| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | PixmapTest.cpp | 49 EGLint bindToTextureRGBA = 0; in testSetUp() local 51 &bindToTextureRGBA); in testSetUp() 54 (bindToTextureRGBA == EGL_TRUE); in testSetUp()
|
| D | PbufferTest.cpp | 65 EGLint bindToTextureRGBA = 0; in testSetUp() local 67 &bindToTextureRGBA); in testSetUp() 68 mSupportsBindTexImage = (bindToTextureRGBA == EGL_TRUE); in testSetUp()
|
| /third_party/vk-gl-cts/framework/egl/ |
| D | egluConfigInfo.hpp | 50 deUint32 bindToTextureRGBA; member in eglu::ConfigInfo 96 , bindToTextureRGBA (0) in ConfigInfo()
|
| D | egluConfigInfo.cpp | 48 case EGL_BIND_TO_TEXTURE_RGBA: return bindToTextureRGBA; in getAttribute() 97 egl.getConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGBA, (EGLint*)&dst->bindToTextureRGBA); in queryCoreConfigInfo()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | PbufferTest.cpp | 65 EGLint bindToTextureRGBA = 0; in testSetUp() local 67 &bindToTextureRGBA); in testSetUp() 68 mSupportsBindTexImage = (bindToTextureRGBA == EGL_TRUE); in testSetUp()
|
| D | ImageTest.cpp | 588 EGLint bindToTextureRGBA = 0; in TEST_P() local 589 eglGetConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGBA, &bindToTextureRGBA); in TEST_P() 590 if ((surfaceType & EGL_PBUFFER_BIT) != 0 && bindToTextureRGBA == EGL_TRUE) in TEST_P()
|
| /third_party/mesa3d/src/gallium/frontends/wgl/ |
| D | stw_pixelformat.h | 53 boolean bindToTextureRGBA; member
|
| D | stw_ext_pixelformat.c | 114 *pvalue = pfi->bindToTextureRGBA; in stw_query_attrib()
|
| D | stw_pixelformat.c | 221 pfi->bindToTextureRGBA = TRUE; in stw_pixelformat_add()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Config.cpp | 36 bindToTextureRGBA(EGL_FALSE), in Config() 321 match = config.bindToTextureRGBA == static_cast<EGLBoolean>(attributeValue); in filter()
|
| D | Config.h | 45 EGLBoolean bindToTextureRGBA; // True if bindable to RGBA textures. member
|
| D | Config_unittest.cpp | 27 config.bindToTextureRGBA = EGL_TRUE; in GenerateGenericConfig()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Config.cpp | 36 bindToTextureRGBA(EGL_FALSE), in Config() 318 match = config.bindToTextureRGBA == static_cast<EGLBoolean>(attributeValue); in filter()
|
| D | Config.h | 45 EGLBoolean bindToTextureRGBA; // True if bindable to RGBA textures. member
|
| D | Config_unittest.cpp | 27 config.bindToTextureRGBA = EGL_TRUE; in GenerateGenericConfig()
|
| /third_party/vk-gl-cts/executor/ |
| D | xeTestCaseResult.hpp | 370 bool bindToTextureRGBA; member in xe::ri::EglConfig 404 , bindToTextureRGBA (false) in EglConfig()
|
| /third_party/vk-gl-cts/framework/qphelper/ |
| D | qpTestLog.h | 177 deBool bindToTextureRGBA; member
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| D | DisplayNULL.cpp | 58 config.bindToTextureRGBA = EGL_TRUE; in generateConfigs()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
| D | DisplayNULL.cpp | 64 config.bindToTextureRGBA = EGL_TRUE; in generateConfigs()
|
| /third_party/vk-gl-cts/modules/egl/ |
| D | teglConfigList.cpp | 106 info.bindToTextureRGBA = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLSurfaceTest.cpp | 901 EGLint bindToTextureRGBA = 0; in TEST_P() local 902 eglGetConfigAttrib(mDisplay, mConfig, EGL_BIND_TO_TEXTURE_RGBA, &bindToTextureRGBA); in TEST_P() 903 bool supportsBindTexImage = (bindToTextureRGBA == EGL_TRUE); in TEST_P()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
| D | DisplayGLX.cpp | 739 config.bindToTextureRGBA = in generateConfigs() 753 config.bindToTextureRGBA = false; in generateConfigs()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
| D | DisplayEAGL.mm | 242 config.bindToTextureRGBA = EGL_FALSE;
|
| /third_party/mesa3d/src/egl/drivers/wgl/ |
| D | egl_wgl.c | 96 base.BindToTextureRGBA = stw_config->bindToTextureRGBA; in wgl_add_config()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
| D | DisplayCGL.mm | 259 config.bindToTextureRGBA = EGL_FALSE;
|