Searched refs:glDepthRangeIndexedfNV (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 178 #define glDepthRangeIndexedfNV wrap_glDepthRangeIndexedfNV macro
|
D | gles_undefine.h | 178 #undef glDepthRangeIndexedfNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1021 void API_ENTRY(glDepthRangeIndexedfNV)(GLuint index, GLfloat n, GLfloat f) { 1022 CALL_GL_API(glDepthRangeIndexedfNV, index, n, f);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 2770 GL_APICALL void GL_APIENTRY glDepthRangeIndexedfNV (GLuint index, GLfloat n, GLfloat f);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 162 GL_ENTRY(void, glDepthRangeIndexedfNV, GLuint index, GLfloat n, GLfloat f)
|