Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h178 #define glDepthRangeIndexedfNV wrap_glDepthRangeIndexedfNV macro
Dgles_undefine.h178 #undef glDepthRangeIndexedfNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1021 void API_ENTRY(glDepthRangeIndexedfNV)(GLuint index, GLfloat n, GLfloat f) {
1022 CALL_GL_API(glDepthRangeIndexedfNV, index, n, f);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2770 GL_APICALL void GL_APIENTRY glDepthRangeIndexedfNV (GLuint index, GLfloat n, GLfloat f);
/frameworks/native/opengl/libs/
Dentries.in162 GL_ENTRY(void, glDepthRangeIndexedfNV, GLuint index, GLfloat n, GLfloat f)