/external/deqp/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()
|
/external/angle/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()
|
D | ImageTest.cpp | 1094 EGLint bindToTextureRGBA = 0; in TEST_P() local 1095 eglGetConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGBA, &bindToTextureRGBA); in TEST_P() 1096 if ((surfaceType & EGL_PBUFFER_BIT) != 0 && bindToTextureRGBA == EGL_TRUE) in TEST_P()
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_pixelformat.h | 49 boolean bindToTextureRGBA; member
|
D | stw_ext_pixelformat.c | 114 *pvalue = pfi->bindToTextureRGBA; in stw_query_attrib()
|
D | stw_pixelformat.c | 211 pfi->bindToTextureRGBA = TRUE; in stw_pixelformat_add()
|
/external/angle/src/libANGLE/ |
D | Config.h | 45 EGLBoolean bindToTextureRGBA; // True if bindable to RGBA textures. member
|
D | Config.cpp | 36 bindToTextureRGBA(EGL_FALSE), in Config() 321 match = config.bindToTextureRGBA == static_cast<EGLBoolean>(attributeValue); in filter()
|
D | Config_unittest.cpp | 27 config.bindToTextureRGBA = EGL_TRUE; in GenerateGenericConfig()
|
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 366 bool bindToTextureRGBA; member in xe::ri::EglConfig 400 , bindToTextureRGBA (false) in EglConfig()
|
D | xeTestLogWriter.cpp | 397 << Writer::Attribute("BindToTextureRGBA", getBoolName(config.bindToTextureRGBA)) in writeResultItem()
|
D | xeTestResultParser.cpp | 633 config->bindToTextureRGBA = toBool(getAttribute("BindToTextureRGBA")); in handleElementStart()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 173 deBool bindToTextureRGBA; member
|
D | qpTestLog.c | 1166 attribs[numAttribs++] = qpSetBoolAttrib ("BindToTextureRGBA", config->bindToTextureRGBA); in qpTestLog_writeEglConfig()
|
/external/angle/src/libANGLE/renderer/null/ |
D | DisplayNULL.cpp | 64 config.bindToTextureRGBA = EGL_TRUE; in generateConfigs()
|
/external/deqp/modules/egl/ |
D | teglConfigList.cpp | 106 info.bindToTextureRGBA = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
|
/external/angle/src/tests/egl_tests/ |
D | EGLSurfaceTest.cpp | 877 EGLint bindToTextureRGBA = 0; in TEST_P() local 878 eglGetConfigAttrib(mDisplay, mConfig, EGL_BIND_TO_TEXTURE_RGBA, &bindToTextureRGBA); in TEST_P() 879 bool supportsBindTexImage = (bindToTextureRGBA == EGL_TRUE); in TEST_P()
|
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.cpp | 739 config.bindToTextureRGBA = in generateConfigs() 753 config.bindToTextureRGBA = false; in generateConfigs()
|
/external/angle/src/libANGLE/renderer/gl/eagl/ |
D | DisplayEAGL.mm | 242 config.bindToTextureRGBA = EGL_FALSE;
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | DisplayEGL.cpp | 436 getConfigAttrib(configs[i], EGL_BIND_TO_TEXTURE_RGBA, &config.bindToTextureRGBA); in generateConfigs()
|
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.cpp | 515 config.bindToTextureRGBA = (getAttrib(WGL_BIND_TO_TEXTURE_RGBA_ARB) == TRUE); in generateConfigs()
|
/external/angle/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.mm | 407 config.bindToTextureRGBA = EGL_FALSE;
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 1152 config.bindToTextureRGBA = colorFormat.format == GL_RGBA || colorFormat.format == GL_BGRA_EXT; in GenerateDefaultConfig()
|