Home
last modified time | relevance | path

Searched refs:glVer (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLInterface.cpp211 GrGLVersion glVer = GrGLGetVersion(this); in validate() local
212 if (GR_GL_INVALID_VER == glVer) { in validate()
231 if (glVer >= GR_GL_VER(2,0)) { in validate()
238 if (glVer >= GR_GL_VER(3,0) && NULL == fFunctions.fBindFragDataLocation) { in validate()
241 if (glVer >= GR_GL_VER(2,0) || fExtensions.has("GL_ARB_draw_buffers")) { in validate()
247 if (glVer >= GR_GL_VER(1,5) || fExtensions.has("GL_ARB_occlusion_query")) { in validate()
258 if (glVer >= GR_GL_VER(3,3) || in validate()
266 if (glVer >= GR_GL_VER(3,3) || fExtensions.has("GL_ARB_timer_query")) { in validate()
275 (glVer >= GR_GL_VER(1,3)) || in validate()
297 if (glVer >= GR_GL_VER(4,2) || in validate()
[all …]
DGrGLAssembleInterface.cpp49 GrGLVersion glVer = GrGLGetVersionFromString(versionString); in GrGLAssembleGLInterface() local
51 if (glVer < GR_GL_VER(1,5) || GR_GL_INVALID_VER == glVer) { in GrGLAssembleGLInterface()
68 if (glVer >= GR_GL_VER(3,0)) { in GrGLAssembleGLInterface()
80 if (glVer >= GR_GL_VER(1,4) || in GrGLAssembleGLInterface()
87 if (glVer >= GR_GL_VER(1,4) || in GrGLAssembleGLInterface()
133 if (glVer >= GR_GL_VER(3,3) || extensions.has("GL_ARB_timer_query")) { in GrGLAssembleGLInterface()
174 if (glVer >= GR_GL_VER(4,2) || extensions.has("GL_ARB_texture_storage")) { in GrGLAssembleGLInterface()
180 if (glVer >= GR_GL_VER(4,5) || extensions.has("GL_ARB_texture_barrier")) { in GrGLAssembleGLInterface()
214 if (glVer >= GR_GL_VER(3,0) || extensions.has("GL_ARB_vertex_array_object")) { in GrGLAssembleGLInterface()
225 if (glVer >= GR_GL_VER(3,0) || extensions.has("GL_ARB_map_buffer_range")) { in GrGLAssembleGLInterface()
[all …]