Searched refs:glPathCoordsNV (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_undefine.h | 587 #undef glPathCoordsNV
|
D | gles_redefine.h | 588 #define glPathCoordsNV wrap_glPathCoordsNV macro
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1123 void API_ENTRY(glPathCoordsNV)(GLuint path, GLsizei numCoords, GLenum coordType, const void *coords… 1124 CALL_GL_API(glPathCoordsNV, path, numCoords, coordType, coords);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 633 GL_ENTRY(void, glPathCoordsNV, GLuint path, GLsizei numCoords, GLenum coordType, const void *coords)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3161 GL_APICALL void GL_APIENTRY glPathCoordsNV (GLuint path, GLsizei numCoords, GLenum coordType, const…
|