Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/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()
/third_party/skia/third_party/externals/angle2/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.cpp1167 EGLint bindToTextureRGBA = 0; in TEST_P() local
1168 eglGetConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGBA, &bindToTextureRGBA); in TEST_P()
1169 if ((surfaceType & EGL_PBUFFER_BIT) != 0 && bindToTextureRGBA == EGL_TRUE) in TEST_P()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_pixelformat.h53 boolean bindToTextureRGBA; member
Dstw_ext_pixelformat.c114 *pvalue = pfi->bindToTextureRGBA; in stw_query_attrib()
Dstw_pixelformat.c221 pfi->bindToTextureRGBA = TRUE; in stw_pixelformat_add()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DConfig.cpp36 bindToTextureRGBA(EGL_FALSE), in Config()
321 match = config.bindToTextureRGBA == static_cast<EGLBoolean>(attributeValue); in filter()
DConfig.h45 EGLBoolean bindToTextureRGBA; // True if bindable to RGBA textures. member
DConfig_unittest.cpp27 config.bindToTextureRGBA = EGL_TRUE; in GenerateGenericConfig()
/third_party/vk-gl-cts/executor/
DxeTestCaseResult.hpp369 bool bindToTextureRGBA; member in xe::ri::EglConfig
403 , bindToTextureRGBA (false) in EglConfig()
DxeTestLogWriter.cpp399 << Writer::Attribute("BindToTextureRGBA", getBoolName(config.bindToTextureRGBA)) in writeResultItem()
DxeTestResultParser.cpp636 config->bindToTextureRGBA = toBool(getAttribute("BindToTextureRGBA")); in handleElementStart()
/third_party/vk-gl-cts/framework/qphelper/
DqpTestLog.h176 deBool bindToTextureRGBA; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp64 config.bindToTextureRGBA = EGL_TRUE; in generateConfigs()
/third_party/vk-gl-cts/modules/egl/
DteglConfigList.cpp106 info.bindToTextureRGBA = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSurfaceTest.cpp901 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/
DDisplayGLX.cpp739 config.bindToTextureRGBA = in generateConfigs()
753 config.bindToTextureRGBA = false; in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.mm242 config.bindToTextureRGBA = EGL_FALSE;
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c96 base.BindToTextureRGBA = stw_config->bindToTextureRGBA; in wgl_add_config()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp515 config.bindToTextureRGBA = (getAttrib(WGL_BIND_TO_TEXTURE_RGBA_ARB) == TRUE); in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm407 config.bindToTextureRGBA = EGL_FALSE;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDisplayEGL.cpp618 getConfigAttrib(configs[i], EGL_BIND_TO_TEXTURE_RGBA, &config.bindToTextureRGBA); in generateConfigs()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1189 config.bindToTextureRGBA = colorFormat.format == GL_RGBA || colorFormat.format == GL_BGRA_EXT; in GenerateDefaultConfig()

12