/external/angle/extensions/ |
D | EGL_ANGLE_d3d_texture_client_buffer.txt | 178 EGL_GL_COLORSPACE." 187 EGL_GL_COLORSPACE attribute is not specified in attrib_list, the 188 EGL_GL_COLORSPACE attribute of the surface is determined by the DXGI format 190 EGL_GL_COLORSPACE is EGL_GL_COLORSPACE_SRGB. For other formats including 191 *_TYPELESS DXGI formats, the value of EGL_GL_COLORSPACE defaults to
|
D | EGL_ANGLE_flexible_surface_compatibility.txt | 90 EGL_FLEXIBLE_SURFACE_COMPATIBILITY_SUPPORTED_ANGLE, EGL_GL_COLORSPACE, 108 EGL_MIPMAP_TEXTURE, EGL_GL_COLORSPACE, EGL_VG_COLORSPACE, 114 "EGL_GL_COLORSPACE, EGL_VG_COLORSPACE,
|
D | EGL_ANGLE_direct_composition.txt | 62 EGL_GL_COLORSPACE, EGL_RENDER_BUFFER, EGL_VG_COLORSPACE, and
|
/external/angle/src/tests/gl_tests/ |
D | ImageTest.cpp | 48 EGL_IMAGE_PRESERVED, EGL_TRUE, EGL_GL_COLORSPACE, EGL_GL_COLORSPACE_SRGB_KHR, EGL_NONE, 933 EGL_GL_COLORSPACE, 1627 if (attribs[kColorspaceAttributeIndex] == EGL_GL_COLORSPACE) in Source2DTarget2D_helper() 1784 if (attribs[kColorspaceAttributeIndex] == EGL_GL_COLORSPACE) in Source2DTarget2DArray_helper() 1868 if (attribs[kColorspaceAttributeIndex] == EGL_GL_COLORSPACE) in SourceAHBTarget2D_helper() 2275 if (attribs[kColorspaceAttributeIndex] == EGL_GL_COLORSPACE) in SourceAHBTarget2DArray_helper() 2328 if (attribs[kColorspaceAttributeIndex] == EGL_GL_COLORSPACE) in SourceAHBTargetExternal_helper() 2750 if (attribs[kColorspaceAttributeIndex] == EGL_GL_COLORSPACE) in SourceAHBTargetExternalESSL3_helper() 2872 if (attribs[kColorspaceAttributeIndex] == EGL_GL_COLORSPACE) in Source2DTargetRenderbuffer_helper() 2924 if (attribs[kColorspaceAttributeIndex] == EGL_GL_COLORSPACE) in SourceNativeClientBufferTargetExternal_helper() [all …]
|
D | D3DTextureTest.cpp | 329 eglQuerySurface(display, pbuffer, EGL_GL_COLORSPACE, &colorspace); in TEST_P() 385 eglQuerySurface(display, pbuffer, EGL_GL_COLORSPACE, &colorspace); in TEST_P() 475 EGL_GL_COLORSPACE, eglGlColorspace, EGL_NONE, EGL_NONE, in TEST_P() 486 eglQuerySurface(display, pbuffer, EGL_GL_COLORSPACE, &colorspace); in TEST_P() 575 EGL_GL_COLORSPACE, eglGlColorspace, EGL_NONE, EGL_NONE, in TEST_P() 586 eglQuerySurface(display, pbuffer, EGL_GL_COLORSPACE, &colorspace); in TEST_P() 652 EGL_GL_COLORSPACE, EGL_GL_COLORSPACE_SRGB, EGL_NONE, EGL_NONE, in TEST_P()
|
D | PbufferTest.cpp | 250 eglQuerySurface(window->getDisplay(), mPbuffer, EGL_GL_COLORSPACE, &colorspace); in TEST_P() 323 eglQuerySurface(window->getDisplay(), mPbuffer, EGL_GL_COLORSPACE, &colorspace); in TEST_P()
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | WindowSurfaceEGL.cpp | 29 EGL_RENDER_BUFFER, EGL_POST_SUB_BUFFER_SUPPORTED_NV, EGL_GL_COLORSPACE, in initialize()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | SurfaceD3D.cpp | 110 if (mState.attributes.contains(EGL_GL_COLORSPACE)) in initialize() 122 mState.attributes.get(EGL_GL_COLORSPACE, EGL_GL_COLORSPACE_LINEAR); in initialize() 131 mState.attributes.get(EGL_GL_COLORSPACE, EGL_GL_COLORSPACE_LINEAR); in initialize()
|
/external/swiftshader/include/EGL/ |
D | egl.h | 271 #define EGL_GL_COLORSPACE 0x309D macro
|
/external/angle/src/libANGLE/ |
D | validationEGL.cpp | 2191 case EGL_GL_COLORSPACE: in ValidateCreateWindowSurface() 2333 case EGL_GL_COLORSPACE: in ValidateCreatePbufferSurface() 2600 case EGL_GL_COLORSPACE: in ValidateCreatePbufferFromClientBuffer() 2656 EGLAttrib colorspace = attributes.get(EGL_GL_COLORSPACE, EGL_GL_COLORSPACE_LINEAR); in ValidateCreatePbufferFromClientBuffer() 2764 case EGL_GL_COLORSPACE: in ValidateCreatePixmapSurface() 3009 case EGL_GL_COLORSPACE: in ValidateCreateImage() 5053 case EGL_GL_COLORSPACE: in ValidateQuerySurface()
|
D | Image.cpp | 252 static_cast<EGLenum>(attribs.get(EGL_GL_COLORSPACE, EGL_GL_COLORSPACE_DEFAULT_EXT))) in ImageState()
|
D | Surface.cpp | 110 static_cast<EGLenum>(attributes.get(EGL_GL_COLORSPACE, EGL_GL_COLORSPACE_LINEAR)); in Surface()
|
D | queryutils.cpp | 4170 case EGL_GL_COLORSPACE: in QuerySurfaceAttrib()
|
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | D3DTextureSurfaceWGL.cpp | 306 if (mState.attributes.contains(EGL_GL_COLORSPACE)) in initialize()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwEnums.inl | 155 #define EGL_GL_COLORSPACE 0x309D macro
|
D | eglwEnumsC.inl | 155 #define EGL_GL_COLORSPACE 0x309D macro
|
/external/angle/include/EGL/ |
D | egl.h | 298 #define EGL_GL_COLORSPACE 0x309D macro
|
/external/mesa3d/include/EGL/ |
D | egl.h | 317 #define EGL_GL_COLORSPACE 0x309D macro
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | eglew.h | 415 #define EGL_GL_COLORSPACE 0x309D macro
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | SurfaceVk.cpp | 1043 static_cast<EGLenum>(mState.attributes.get(EGL_GL_COLORSPACE, EGL_NONE))); in createSwapChain()
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | egl_generated.h | 370 #define EGL_GL_COLORSPACE 0x309D macro
|