Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluRenderContext.hpp49 PROFILE_ES = 0, //!< OpenGL ES enumerator
86 static ApiType es (int major, int minor) { return ApiType(major, minor, PROFILE_ES); } in es()
185 …bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_ES; } in isContextTypeES()
DgluStrUtil.cpp130 if (apiType.getProfile() == PROFILE_ES) in operator <<()
139 else if (apiType.getProfile() != PROFILE_ES) in operator <<()
DgluRenderContext.cpp55 return requiredApiType.getProfile() == PROFILE_ES && in contextSupports()
169 if (apiType.getProfile() == PROFILE_ES && apiType.getMajorVersion() == 2) in getExtensions()
271 if (apiType.getProfile() == PROFILE_ES) in initExtensionFunctions()
DgluTexture.cpp826 && !(contextSupports(m_context.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) in init()
835 && !(contextSupports(m_context.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) in init()
/external/deqp/framework/egl/
DegluPlatform.cpp42 if (apiType.getProfile() == glu::PROFILE_ES) in createDefaultGLFunctionLibrary()
DegluGLUtil.cpp64 case glu::PROFILE_ES: in apiRenderableType()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp50 …const bool useClampingNormalization = (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajor… in mapGLFloatVertexAttributeType()
/external/deqp/framework/platform/win32/
DtcuWGL.cpp370 case glu::PROFILE_ES: in Context()
/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp809 …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()
DglsShaderLibraryCase.cpp850 if (renderCtx.getType().getProfile() == PROFILE_ES) in isTessellationSupported()
DglsDrawTest.cpp2268 if (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajorVersion() == 3) in valid()
/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp309 case glu::PROFILE_ES: in createContext()
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp209 glu::Profile profile = api == EGL_OPENGL_ES_API ? glu::PROFILE_ES : glu::PROFILE_CORE; in attribListToContextType()
/external/deqp/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp995 DE_ASSERT(m_context.getRenderContext().getType().getProfile() == glu::PROFILE_ES); in init()