Home
last modified time | relevance | path

Searched defs:coreProfile (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DShaderParser.cpp27 ShaderParser::ShaderParser(GLenum type, bool coreProfile) : ObjectData(SHADER_DATA), m_type(type), … in ShaderParser()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi.h63 Context(bool coreProfile = false) : mCoreProfile(coreProfile) {} in mCoreProfile() argument