Searched refs:PROFILE_ES (Results 1 – 19 of 19) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluRenderContext.hpp | 53 PROFILE_ES = 0, //!< OpenGL ES enumerator 91 static ApiType es (int major, int minor) { return ApiType(major, minor, PROFILE_ES); } in es() 191 …bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_ES; } in isContextTypeES()
|
D | gluStrUtil.cpp | 130 if (apiType.getProfile() == PROFILE_ES) in operator <<() 139 else if (apiType.getProfile() != PROFILE_ES) in operator <<()
|
D | gluRenderContext.cpp | 68 return requiredApiType.getProfile() == PROFILE_ES && in contextSupports() 192 if (apiType.getProfile() == PROFILE_ES && apiType.getMajorVersion() == 2) in getExtensions() 296 if (apiType.getProfile() == PROFILE_ES) in initExtensionFunctions()
|
D | gluTexture.cpp | 860 && !(contextSupports(m_context.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) in init() 869 && !(contextSupports(m_context.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) in init()
|
/external/deqp/framework/egl/ |
D | egluPlatform.cpp | 42 if (apiType.getProfile() == glu::PROFILE_ES) in createDefaultGLFunctionLibrary()
|
D | egluGLUtil.cpp | 64 case glu::PROFILE_ES: in apiRenderableType()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 50 …const bool useClampingNormalization = (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajor… in mapGLFloatVertexAttributeType()
|
/external/deqp/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 358 case glu::PROFILE_ES: in EglRenderContext()
|
/external/deqp/modules/glshared/ |
D | glsTextureBufferCase.cpp | 809 …else if (glu::contextSupports(renderContext.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) && inf… in logImplementationInfo() 966 …&& !(glu::contextSupports(m_renderCtx.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) && info->isE… in init()
|
D | glsShaderLibraryCase.cpp | 857 if (renderCtx.getType().getProfile() == PROFILE_ES) in isTessellationSupported()
|
D | glsDrawTest.cpp | 2185 if (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajorVersion() == 3) in valid()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 430 case glu::PROFILE_ES: in Context()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 329 case glu::PROFILE_ES: in createContext()
|
/external/deqp/modules/egl/ |
D | teglRobustnessTests.cpp | 1439 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate() 1493 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate() 1553 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate()
|
D | teglCreateContextExtTests.cpp | 209 glu::Profile profile = api == EGL_OPENGL_ES_API ? glu::PROFILE_ES : glu::PROFILE_CORE; in attribListToContextType()
|
/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 500 case glu::PROFILE_ES: in getTestRunParams()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 542 if (m_renderCtx.getType().getAPI() == glu::ApiType(2, 0, glu::PROFILE_ES)) in setupDefaultInputs()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeShaderApiTests.cpp | 995 DE_ASSERT(m_context.getRenderContext().getType().getProfile() == glu::PROFILE_ES); in init()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 4048 if (glu::contextSupports(type, glu::ApiType(3, 2, glu::PROFILE_ES))) in IsGeometryShaderSupported() 4053 else if ((glu::contextSupports(type, glu::ApiType(3, 1, glu::PROFILE_ES))) && in IsGeometryShaderSupported()
|