Searched refs:PROFILE_ES (Results 1 – 12 of 12) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluRenderContext.hpp | 49 PROFILE_ES = 0, //!< OpenGL ES enumerator 84 static ApiType es (int major, int minor) { return ApiType(major, minor, PROFILE_ES); } in es() 183 …bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_ES; } in isContextTypeES()
|
D | gluStrUtil.cpp | 107 if (apiType.getProfile() == PROFILE_ES) in operator <<() 116 else if (apiType.getProfile() != PROFILE_ES) in operator <<()
|
D | gluRenderContext.cpp | 54 return requiredApiType.getProfile() == PROFILE_ES && in contextSupports() 183 if (apiType.getProfile() == PROFILE_ES && apiType.getMajorVersion() == 2) in getExtensions() 277 if (apiType.getProfile() == PROFILE_ES) in initExtensionFunctions()
|
D | gluTexture.cpp | 721 && !(contextSupports(m_context.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) in init() 730 && !(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()
|
/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/win32/ |
D | tcuWGL.cpp | 370 case glu::PROFILE_ES: in Context()
|
/external/deqp/modules/glshared/ |
D | glsTextureBufferCase.cpp | 802 …else if (glu::contextSupports(renderContext.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) && inf… in logImplementationInfo() 959 …&& !(glu::contextSupports(m_renderCtx.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) && info->isE… in init()
|
D | glsShaderExecUtil.cpp | 571 if (renderCtx.getType().getAPI().getProfile() == glu::PROFILE_ES) in CheckGeomSupport() 1287 if (renderCtx.getType().getAPI().getProfile() == glu::PROFILE_ES) in CheckTessSupport()
|
D | glsDrawTest.cpp | 2269 if (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajorVersion() == 3) in valid()
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 310 case glu::PROFILE_ES: in createContext()
|
/external/deqp/modules/egl/ |
D | teglCreateContextExtTests.cpp | 243 glu::Profile profile = api == EGL_OPENGL_ES_API ? glu::PROFILE_ES : glu::PROFILE_CORE; in attribListToContextType()
|