Searched refs:glPathSubCoordsNV (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | unwrap_gles.h | 606 #undef glPathSubCoordsNV
|
D | wrap_gles.h | 606 #define glPathSubCoordsNV wrap_glPathSubCoordsNV macro
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 832 void API_ENTRY(glPathSubCoordsNV)(GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordT… 833 CALL_GL_API(glPathSubCoordsNV, path, coordStart, numCoords, coordType, coords);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 587 GL_ENTRY(void, glPathSubCoordsNV, GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordT…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 2580 GL_APICALL void GL_APIENTRY glPathSubCoordsNV (GLuint path, GLsizei coordStart, GLsizei numCoords, …
|