Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h908 #define glViewportIndexedfNV wrap_glViewportIndexedfNV macro
Dgles_undefine.h908 #undef glViewportIndexedfNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1003 void API_ENTRY(glViewportIndexedfNV)(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) {
1004 CALL_GL_API(glViewportIndexedfNV, index, x, y, w, h);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2764 GL_APICALL void GL_APIENTRY glViewportIndexedfNV (GLuint index, GLfloat x, GLfloat y, GLfloat w, GL…
/frameworks/native/opengl/libs/
Dentries.in892 GL_ENTRY(void, glViewportIndexedfNV, GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)