Searched refs:glPathSubCoordsNV (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_undefine.h | 603 #undef glPathSubCoordsNV
|
D | gles_redefine.h | 604 #define glPathSubCoordsNV wrap_glPathSubCoordsNV macro
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1129 void API_ENTRY(glPathSubCoordsNV)(GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordT… 1130 CALL_GL_API(glPathSubCoordsNV, path, coordStart, numCoords, coordType, coords);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 649 GL_ENTRY(void, glPathSubCoordsNV, GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordT…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3163 GL_APICALL void GL_APIENTRY glPathSubCoordsNV (GLuint path, GLsizei coordStart, GLsizei numCoords, …
|