Home
last modified time | relevance | path

Searched defs:attribs (Results 76 - 100 of 175) sorted by relevance

1234567

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DDisplayNULL.cpp150 createWindowSurface(const egl::SurfaceState &state, EGLNativeWindowType window, const egl::AttributeMap &attribs) createWindowSurface() argument
157 createPbufferSurface(const egl::SurfaceState &state, const egl::AttributeMap &attribs) createPbufferSurface() argument
163 createPbufferFromClientBuffer(const egl::SurfaceState &state, EGLenum buftype, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createPbufferFromClientBuffer() argument
171 createPixmapSurface(const egl::SurfaceState &state, NativePixmapType nativePixmap, const egl::AttributeMap &attribs) createPixmapSurface() argument
178 createImage(const egl::ImageState &state, const gl::Context *context, EGLenum target, const egl::AttributeMap &attribs) createImage() argument
186 createContext(const gl::State &state, gl::ErrorSet *errorSet, const egl::Config *configuration, const gl::Context *shareContext, const egl::AttributeMap &attribs) createContext() argument
195 createStreamProducerD3DTexture( egl::Stream::ConsumerType consumerType, const egl::AttributeMap &attribs) createStreamProducerD3DTexture() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DDisplayVk.cpp190 EGLSyncImpl *DisplayVk::createSync(const egl::AttributeMap &attribs) in createSync() argument
129 createWindowSurface(const egl::SurfaceState &state, EGLNativeWindowType window, const egl::AttributeMap &attribs) createWindowSurface() argument
136 createPbufferSurface(const egl::SurfaceState &state, const egl::AttributeMap &attribs) createPbufferSurface() argument
143 createPbufferFromClientBuffer(const egl::SurfaceState &state, EGLenum buftype, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) createPbufferFromClientBuffer() argument
152 createPixmapSurface(const egl::SurfaceState &state, NativePixmapType nativePixmap, const egl::AttributeMap &attribs) createPixmapSurface() argument
160 createImage(const egl::ImageState &state, const gl::Context *context, EGLenum target, const egl::AttributeMap &attribs) createImage() argument
173 createContext(const gl::State &state, gl::ErrorSet *errorSet, const egl::Config *configuration, const gl::Context *shareContext, const egl::AttributeMap &attribs) createContext() argument
182 createStreamProducerD3DTexture( egl::Stream::ConsumerType consumerType, const egl::AttributeMap &attribs) createStreamProducerD3DTexture() argument
/third_party/skia/src/gpu/tessellate/
H A DPatchWriter.h25 PatchWriter(GrMeshDrawTarget* target, GrVertexChunkArray* vertexChunkArray, PatchAttribs attribs, size_t patchStride, int initialAllocCount) PatchWriter() argument
H A DStrokeFixedCountTessellator.cpp34 InstanceWriter(PatchAttribs attribs, in InstanceWriter() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DVertexDataManager.cpp119 const VertexAttributeArray &attribs = mContext->getVertexArrayAttributes(); in prepareVertexData() local
/third_party/skia/third_party/externals/angle2/util/windows/
H A DWGLWindow.cpp69 std::vector<int> attribs; in GetPixelFormatAttributes() local
[all...]
/third_party/skia/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp239 EGLint attribs[] = { GR_EGL_GL_TEXTURE_LEVEL, 0, GR_EGL_NONE }; in texture2DToEGLImage() local
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DEGLImageWrappingTests.cpp137 EGLAttrib attribs[1] = {EGL_NONE}; in CreateEGLImage() local
/third_party/skia/bench/
H A DTessellateBench.cpp249 static std::unique_ptr<StrokeTessellator> make_hw_tessellator(PatchAttribs attribs) { in make_hw_tessellator() argument
253 static std::unique_ptr<StrokeTessellator> make_fixed_count_tessellator(PatchAttribs attribs) { in make_fixed_count_tessellator() argument
326 TessPrepareBench(MakePathStrokesFn makePathStrokesFn, MakeTessellatorFn makeTessellatorFn, PatchAttribs attribs, float matrixScale, const char* suffix) TessPrepareBench() argument
/third_party/vk-gl-cts/framework/qphelper/
H A DqpXmlWriter.c202 deBool qpXmlWriter_startElement(qpXmlWriter* writer, const char* elementName, int numAttribs, const qpXmlAttribute* attribs) in qpXmlWriter_startElement() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglCreateSurfaceTests.cpp316 const EGLint attribs[] = in executeForConfig() local
H A DteglRenderCase.cpp328 static const EGLint attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in executeForSurface() local
335 static const EGLint attribs[] = { EGL_CONTEXT_MAJOR_VERSION_KHR, 3, EGL_NONE }; in executeForSurface() local
342 static const EGLint attribs[] = { EGL_CONTEXT_CLIENT_VERSION, 1, EGL_NONE }; in executeForSurface() local
349 static const EGLint attribs[] = { EGL_NONE }; in executeForSurface() local
H A DteglThreadCleanUpTests.cpp81 const EGLint attribs[] = in testContext() local
215 const EGLint attribs[] = in init() local
/third_party/lzma/CPP/Windows/
H A DShell.cpp378 HRESULT DataObject_GetData_FILE_ATTRS(IDataObject *dataObject, CFileAttribs &attribs) in DataObject_GetData_FILE_ATTRS() argument
[all...]
/third_party/mesa3d/src/glx/
H A Ddri_common.c515 dri_convert_glx_attribs(unsigned num_attribs, const uint32_t *attribs, in dri_convert_glx_attribs() argument
668 uint32_t attribs[2] = { GLX_RENDER_TYPE, renderType }; dri_common_create_context() local
[all...]
H A Dglx_pbuffer.c137 determineTextureTarget(const int *attribs, int numAttribs) in determineTextureTarget() argument
159 determineTextureFormat(const int *attribs, int numAttribs) in determineTextureFormat() argument
63 ChangeDrawableAttribute(Display * dpy, GLXDrawable drawable, const CARD32 * attribs, size_t num_attribs) ChangeDrawableAttribute() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDebug.cpp458 void Debug::setCallback(EGLDEBUGPROCKHR callback, const AttributeMap &attribs) in setCallback() argument
H A DImage.cpp26 gl::ImageIndex GetImageIndex(EGLenum eglTarget, const egl::AttributeMap &attribs) in GetImageIndex() argument
253 ImageState::ImageState(EGLenum target, ImageSibling *buffer, const AttributeMap &attribs) in ImageState() argument
158 ExternalImageSibling(rx::EGLImplFactory *factory, const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const AttributeMap &attribs) ExternalImageSibling() argument
271 Image(rx::EGLImplFactory *factory, const gl::Context *context, EGLenum target, ImageSibling *buffer, const AttributeMap &attribs) Image() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDisplayD3D.cpp166 createWindowSurface(const egl::SurfaceState &state, EGLNativeWindowType window, const egl::AttributeMap &attribs) createWindowSurface() argument
174 createPbufferSurface(const egl::SurfaceState &state, const egl::AttributeMap &attribs) createPbufferSurface() argument
181 createPbufferFromClientBuffer(const egl::SurfaceState &state, EGLenum buftype, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) createPbufferFromClientBuffer() argument
190 createPixmapSurface(const egl::SurfaceState &state, NativePixmapType nativePixmap, const egl::AttributeMap &attribs) createPixmapSurface() argument
198 createImage(const egl::ImageState &state, const gl::Context *context, EGLenum target, const egl::AttributeMap &attribs) createImage() argument
211 createContext(const gl::State &state, gl::ErrorSet *errorSet, const egl::Config *configuration, const gl::Context *shareContext, const egl::AttributeMap &attribs) createContext() argument
221 createStreamProducerD3DTexture( egl::Stream::ConsumerType consumerType, const egl::AttributeMap &attribs) createStreamProducerD3DTexture() argument
229 createExternalImageSibling(const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
[all...]
H A DSurfaceD3D.cpp27 SurfaceD3D(const egl::SurfaceState &state, RendererD3D *renderer, egl::Display *display, EGLNativeWindowType window, EGLenum buftype, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) SurfaceD3D() argument
474 WindowSurfaceD3D(const egl::SurfaceState &state, RendererD3D *renderer, egl::Display *display, EGLNativeWindowType window, const egl::AttributeMap &attribs) WindowSurfaceD3D() argument
484 PbufferSurfaceD3D(const egl::SurfaceState &state, RendererD3D *renderer, egl::Display *display, EGLenum buftype, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) PbufferSurfaceD3D() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DHardwareBufferImageSiblingVkAndroid.cpp122 ValidateHardwareBuffer( RendererVk *renderer, EGLClientBuffer buffer, const egl::AttributeMap &attribs) ValidateHardwareBuffer() argument
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLContextSharingTest.cpp107 EGLint attribs[] = {EGL_RED_SIZE, in chooseConfig() local
129 EGLint attribs[] = {EGL_CONTEXT_MAJOR_VERSION, mMajorVersion, EGL_NONE}; in createContext() local
140 EGLint attribs[] = {EGL_NONE}; in createWindowSurface() local
H A DEGLIOSurfaceClientBufferTest.cpp179 const EGLint attribs[] = { in createIOSurfacePbuffer() local
751 const EGLint attribs[] = { in TEST_P() local
774 const EGLint attribs[] = { in TEST_P() local
794 const EGLint attribs[] = { in TEST_P() local
814 const EGLint attribs[] = { in TEST_P() local
835 const EGLint attribs[] = { TEST_P() local
855 const EGLint attribs[] = { TEST_P() local
876 const EGLint attribs[] = { TEST_P() local
896 const EGLint attribs[] = { TEST_P() local
924 const EGLint attribs[] = { TEST_P() local
947 const EGLint attribs[] = { TEST_P() local
968 const EGLint attribs[] = { TEST_P() local
989 const EGLint attribs[] = { TEST_P() local
1010 const EGLint attribs[] = { TEST_P() local
1031 const EGLint attribs[] = { TEST_P() local
1065 const EGLint attribs[] = { TEST_P() local
1086 const EGLint attribs[] = { TEST_P() local
1107 const EGLint attribs[] = { TEST_P() local
1128 const EGLint attribs[] = { TEST_P() local
[all...]
H A DEGLProtectedContentTest.cpp54 EGLint attribs[] = {EGL_RED_SIZE, in chooseConfig() local
305 EGLint attribs[] = {EGL_WIDTH, in createAndroidClientBuffer() local
/third_party/vk-gl-cts/framework/egl/
H A DegluUtil.cpp46 vector<EGLint> attribMapToList (const AttribMap& attribs) in attribMapToList() argument
174 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const AttribMap& attribs) in chooseConfigs() argument
180 EGLConfig chooseSingleConfig (const Library& egl, EGLDisplay display, const AttribMap& attribs) in chooseSingleConfig() argument
188 AttribMap attribs; in chooseConfigByID() local
487 toLegacyAttribList(const EGLAttrib* attribs) toLegacyAttribList() argument
[all...]

Completed in 21 milliseconds

1234567