Home
last modified time | relevance | path

Searched refs:EGL_YUV_BUFFER_EXT (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/tests/egl_tests/
DEGLStreamTest.cpp216 EGL_YUV_BUFFER_EXT, // 0 in TEST_P()
221 EGL_YUV_BUFFER_EXT, // 5 in TEST_P()
226 EGL_YUV_BUFFER_EXT, // 10 in TEST_P()
233 EGL_YUV_BUFFER_EXT, // 17 in TEST_P()
242 EGL_YUV_BUFFER_EXT, // 26 in TEST_P()
254 EGL_YUV_BUFFER_EXT, in TEST_P()
333 EGL_YUV_BUFFER_EXT, in TEST_P()
579 EGL_YUV_BUFFER_EXT, in TEST_P()
776 EGL_YUV_BUFFER_EXT, in TEST_P()
897 EGL_YUV_BUFFER_EXT, in TEST_P()
/external/deqp/external/openglcts/modules/common/
DglcConfigListEGL.cpp52 #if !defined(EGL_YUV_BUFFER_EXT)
53 #define EGL_YUV_BUFFER_EXT 0x3300 macro
124 …glu::getConfigAttribInt(library, display, *cfgIter, EGL_COLOR_BUFFER_TYPE) == EGL_YUV_BUFFER_EXT) : in getDefaultEglConfigList()
/external/deqp/modules/egl/
DteglSimpleConfigCase.cpp153 return c.get(EGL_COLOR_BUFFER_TYPE) != EGL_YUV_BUFFER_EXT; in notYUV()
DteglChooseConfigReference.cpp110 case EGL_YUV_BUFFER_EXT: return 2; in getColorBufferTypeRank()
198 case EGL_YUV_BUFFER_EXT: in compareColorBufferBits()
DteglRenderCase.cpp412 return c.colorBufferType() != EGL_YUV_BUFFER_EXT; in notYUV()
DteglQueryConfigTests.cpp296 const bool isYuvBuffer = value == EGL_YUV_BUFFER_EXT; in checkColorBufferType()
/external/deqp/framework/egl/wrapper/
DeglwEnumsC.inl246 #define EGL_YUV_BUFFER_EXT 0x3300 macro
DeglwEnums.inl246 #define EGL_YUV_BUFFER_EXT 0x3300 macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h1057 #define EGL_YUV_BUFFER_EXT 0x3300 macro
2001 #define EGL_YUV_BUFFER_EXT 0x3300 macro
/external/swiftshader/include/EGL/
Deglext.h932 #define EGL_YUV_BUFFER_EXT 0x3300 macro
/external/mesa3d/include/EGL/
Deglext.h948 #define EGL_YUV_BUFFER_EXT 0x3300 macro
/external/angle/include/EGL/
Deglext.h940 #define EGL_YUV_BUFFER_EXT 0x3300 macro
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h654 #define EGL_YUV_BUFFER_EXT 0x3300 macro
/external/angle/src/libANGLE/
DvalidationEGL.cpp4076 if (value != EGL_RGB_BUFFER && value != EGL_YUV_BUFFER_EXT) in ValidateStreamConsumerGLTextureExternalAttribsNV()