Home
last modified time | relevance | path

Searched defs:glDepthRange (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/examples/libs/gl3w/GL/
Dgl3w.h671 #define glDepthRange gl3wDepthRange macro
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwApi.inl159 #define glDepthRange glwDepthRange macro
/third_party/flutter/glfw/deps/glad/
Dglad.h1522 #define glDepthRange glad_glDepthRange macro
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl1464 GLW_APICALL void GLW_APIENTRY glDepthRange (GLdouble n, GLdouble f) function
/third_party/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.cpp293 void GL_APIENTRY glDepthRange(GLdouble n, GLdouble f) in glDepthRange() function
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.cpp308 void GL_APIENTRY glDepthRange(GLdouble n, GLdouble f) in glDepthRange() function
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl1099 void CallLogWrapper::glDepthRange (glw::GLdouble n, glw::GLdouble f) function in CallLogWrapper