Home
last modified time | relevance | path

Searched refs:bindToTextureRGBA (Results 1 – 25 of 31) sorted by relevance

12

/external/deqp/framework/egl/
DegluConfigInfo.hpp50 deUint32 bindToTextureRGBA; member in eglu::ConfigInfo
96 , bindToTextureRGBA (0) in ConfigInfo()
DegluConfigInfo.cpp48 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/
DPixmapTest.cpp49 EGLint bindToTextureRGBA = 0; in testSetUp() local
51 &bindToTextureRGBA); in testSetUp()
54 (bindToTextureRGBA == EGL_TRUE); in testSetUp()
DPbufferTest.cpp65 EGLint bindToTextureRGBA = 0; in testSetUp() local
67 &bindToTextureRGBA); in testSetUp()
68 mSupportsBindTexImage = (bindToTextureRGBA == EGL_TRUE); in testSetUp()
DImageTest.cpp1094 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/
Dstw_pixelformat.h49 boolean bindToTextureRGBA; member
Dstw_ext_pixelformat.c114 *pvalue = pfi->bindToTextureRGBA; in stw_query_attrib()
Dstw_pixelformat.c211 pfi->bindToTextureRGBA = TRUE; in stw_pixelformat_add()
/external/angle/src/libANGLE/
DConfig.h45 EGLBoolean bindToTextureRGBA; // True if bindable to RGBA textures. member
DConfig.cpp36 bindToTextureRGBA(EGL_FALSE), in Config()
321 match = config.bindToTextureRGBA == static_cast<EGLBoolean>(attributeValue); in filter()
DConfig_unittest.cpp27 config.bindToTextureRGBA = EGL_TRUE; in GenerateGenericConfig()
/external/deqp/executor/
DxeTestCaseResult.hpp366 bool bindToTextureRGBA; member in xe::ri::EglConfig
400 , bindToTextureRGBA (false) in EglConfig()
DxeTestLogWriter.cpp397 << Writer::Attribute("BindToTextureRGBA", getBoolName(config.bindToTextureRGBA)) in writeResultItem()
DxeTestResultParser.cpp633 config->bindToTextureRGBA = toBool(getAttribute("BindToTextureRGBA")); in handleElementStart()
/external/deqp/framework/qphelper/
DqpTestLog.h173 deBool bindToTextureRGBA; member
DqpTestLog.c1166 attribs[numAttribs++] = qpSetBoolAttrib ("BindToTextureRGBA", config->bindToTextureRGBA); in qpTestLog_writeEglConfig()
/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.cpp64 config.bindToTextureRGBA = EGL_TRUE; in generateConfigs()
/external/deqp/modules/egl/
DteglConfigList.cpp106 info.bindToTextureRGBA = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
/external/angle/src/tests/egl_tests/
DEGLSurfaceTest.cpp877 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/
DDisplayGLX.cpp739 config.bindToTextureRGBA = in generateConfigs()
753 config.bindToTextureRGBA = false; in generateConfigs()
/external/angle/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.mm242 config.bindToTextureRGBA = EGL_FALSE;
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp436 getConfigAttrib(configs[i], EGL_BIND_TO_TEXTURE_RGBA, &config.bindToTextureRGBA); in generateConfigs()
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp515 config.bindToTextureRGBA = (getAttrib(WGL_BIND_TO_TEXTURE_RGBA_ARB) == TRUE); in generateConfigs()
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm407 config.bindToTextureRGBA = EGL_FALSE;
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1152 config.bindToTextureRGBA = colorFormat.format == GL_RGBA || colorFormat.format == GL_BGRA_EXT; in GenerateDefaultConfig()

12