Home
last modified time | relevance | path

Searched refs:bindToTextureRGBA (Results 1 - 25 of 29) sorted by relevance

12

/third_party/vk-gl-cts/framework/egl/
H A DegluConfigInfo.hpp50 deUint32 bindToTextureRGBA; member in eglu::ConfigInfo
99 , bindToTextureRGBA (0) in ConfigInfo()
H A DegluConfigInfo.cpp48 case EGL_BIND_TO_TEXTURE_RGBA: return bindToTextureRGBA; in getAttribute()
100 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/
H A DPixmapTest.cpp49 EGLint bindToTextureRGBA = 0; variable
51 &bindToTextureRGBA);
54 (bindToTextureRGBA == EGL_TRUE);
H A DPbufferTest.cpp65 EGLint bindToTextureRGBA = 0; variable
67 &bindToTextureRGBA);
68 mSupportsBindTexImage = (bindToTextureRGBA == EGL_TRUE);
H A 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/
H A Dstw_pixelformat.h53 boolean bindToTextureRGBA; member
H A Dstw_ext_pixelformat.c114 *pvalue = pfi->bindToTextureRGBA; in stw_query_attrib()
H A Dstw_pixelformat.c221 pfi->bindToTextureRGBA = TRUE; in stw_pixelformat_add()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DConfig.h45 EGLBoolean bindToTextureRGBA; // True if bindable to RGBA textures. member
H A DConfig.cpp36 bindToTextureRGBA(EGL_FALSE), in Config()
321 match = config.bindToTextureRGBA == static_cast<EGLBoolean>(attributeValue);
H A DConfig_unittest.cpp27 config.bindToTextureRGBA = EGL_TRUE; in GenerateGenericConfig()
H A DvalidationEGL.cpp2570 (textureFormat == EGL_TEXTURE_RGBA && config->bindToTextureRGBA != EGL_TRUE)) in ValidateCreatePbufferSurface()
2829 (textureFormat == EGL_TEXTURE_RGBA && config->bindToTextureRGBA != EGL_TRUE)) in ValidateCreatePbufferFromClientBuffer()
/third_party/vk-gl-cts/executor/
H A DxeTestCaseResult.hpp370 bool bindToTextureRGBA; member in xe::ri::EglConfig
404 , bindToTextureRGBA (false) in EglConfig()
H A DxeTestLogWriter.cpp397 << Writer::Attribute("BindToTextureRGBA", getBoolName(config.bindToTextureRGBA)) in writeResultItem()
H A DxeTestResultParser.cpp639 config->bindToTextureRGBA = toBool(getAttribute("BindToTextureRGBA")); in handleElementStart()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DDisplayNULL.cpp64 config.bindToTextureRGBA = EGL_TRUE; in generateConfigs()
/third_party/vk-gl-cts/framework/qphelper/
H A DqpTestLog.h178 deBool bindToTextureRGBA; member
H A DqpTestLog.c1214 attribs[numAttribs++] = qpSetBoolAttrib ("BindToTextureRGBA", config->bindToTextureRGBA); in qpTestLog_writeEglConfig()
/third_party/vk-gl-cts/modules/egl/
H A DteglConfigList.cpp106 info.bindToTextureRGBA = val == EGL_TRUE ? DE_TRUE : DE_FALSE; in iterate()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A 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/
H A DDisplayGLX.cpp739 config.bindToTextureRGBA = in generateConfigs()
753 config.bindToTextureRGBA = false; in generateConfigs()
/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c96 base.BindToTextureRGBA = stw_config->bindToTextureRGBA; in wgl_add_config()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A 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/egl/
H A 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/
H A Dvk_caps_utils.cpp1189 config.bindToTextureRGBA = colorFormat.format == GL_RGBA || colorFormat.format == GL_BGRA_EXT;

Completed in 38 milliseconds

12