Home
last modified time | relevance | path

Searched defs:renderableType (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLChooseConfigTest.cpp52 EGLint colorBufferType, level, renderableType, surfaceType, transparentType; in TEST_P() local
81 EGLint colorBufferType, level, renderableType, surfaceType, transparentType; in TEST_P() local
/aosp_15_r20/external/deqp/modules/egl/
H A DteglGetProcAddressTests.cpp242 EGLint renderableType = EGL_OPENGL_ES_BIT; in RenderableType() local
262 EGLint renderableType = EGL_OPENGL_ES_BIT; in isApiSupported() local
/aosp_15_r20/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp89 static status_t selectEGLConfig(EGLDisplay display, EGLint format, EGLint renderableType, in selectEGLConfig()
429 EGLint renderableType = 0; in createEglContext() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_glx.cpp153 int renderableType, in pixelFormatToConfig()
337 virtual void queryConfigs(int renderableType, in queryConfigs()
DEglDisplay.cpp49 void EglDisplay::initialize(int renderableType) { in initialize()
311 void EglDisplay::initConfigurations(int renderableType) { in initConfigurations()
DEglOsApi_wgl.cpp829 int renderableType, in pixelFormatToConfig()
949 virtual void queryConfigs(int renderableType, in queryConfigs()
DEglConfig.cpp634 EGLint renderableType = dummy.m_renderable_type; in chosen() local
DEglOsApi_darwin.cpp207 virtual void queryConfigs(int renderableType, in queryConfigs()
DEglOsApi_egl.cpp511 void EglOsEglDisplay::queryConfigs(int renderableType, in queryConfigs()
DEglImp.cpp351 int renderableType = EGL_OPENGL_ES_BIT; in eglInitialize() local
/aosp_15_r20/cts/tests/tests/opengl/src/android/opengl/cts/
H A DEglConfigCtsActivity.java144 private static int[] getEglConfigIds(int renderableType) { in getEglConfigIds()
H A DEgl14Utils.java138 int renderableType = EGL14.EGL_OPENGL_ES2_BIT; in getEglConfig() local
H A DWrapperTest.java245 int renderableType; in eglSetup() local
H A DFramebufferTest.java251 int renderableType = EGL14.EGL_OPENGL_ES2_BIT; in getConfig() local
/aosp_15_r20/external/deqp/framework/egl/
H A DegluGLUtil.cpp229 EGLint renderableType = 0; in configMatches() local
H A DegluConfigInfo.hpp64 int32_t renderableType; member in eglu::ConfigInfo
H A DegluConfigFilter.cpp104 uint32_t CandidateConfig::renderableType(void) const in renderableType() function in eglu::CandidateConfig
/aosp_15_r20/external/angle/src/libANGLE/
H A DConfig.h62 EGLint renderableType; // Which client rendering APIs are supported. member
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp147 static status_t selectEGLConfig(EGLDisplay display, EGLint format, EGLint renderableType, in selectEGLConfig()
1559 EGLint renderableType = 0; in createEglContext() local
/aosp_15_r20/external/deqp/framework/qphelper/
H A DqpTestLog.h199 const char *renderableType; member
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DEmulationGl.cpp384 const GLint renderableType = config.getRenderableType(); in create() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp279 for (EGLint renderableType : renderableTypes) in findConfig() local
/aosp_15_r20/external/deqp/executor/
H A DxeTestCaseResult.hpp461 std::string renderableType; member in xe::ri::EglConfig