Home
last modified time | relevance | path

Searched refs:coreProfile (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi.h63 Context(bool coreProfile = false) : mCoreProfile(coreProfile) {} in mCoreProfile() argument
DMacNative.h48 bool coreProfile, int pixelFormatIndex);
DMacNative.m129 void* finalizePixelFormat(bool coreProfile,
141 coreProfile ?
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DShaderParser.cpp27 …rser::ShaderParser(GLenum type, bool coreProfile) : ObjectData(SHADER_DATA), m_type(type), m_coreP… in ShaderParser() argument
DShaderParser.h29 ShaderParser(GLenum type, bool coreProfile);