Searched refs:glViewportIndexedfNV (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 908 #define glViewportIndexedfNV wrap_glViewportIndexedfNV macro
|
D | gles_undefine.h | 908 #undef glViewportIndexedfNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1003 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/ |
D | gl2ext.h | 2764 GL_APICALL void GL_APIENTRY glViewportIndexedfNV (GLuint index, GLfloat x, GLfloat y, GLfloat w, GL…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 892 GL_ENTRY(void, glViewportIndexedfNV, GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
|