Searched refs:glPathDashArrayNV (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 589 #define glPathDashArrayNV wrap_glPathDashArrayNV macro
|
D | gles_undefine.h | 589 #undef glPathDashArrayNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 868 void API_ENTRY(glPathDashArrayNV)(GLuint path, GLsizei dashCount, const GLfloat *dashArray) { 869 CALL_GL_API(glPathDashArrayNV, path, dashCount, dashArray);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 2592 GL_APICALL void GL_APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashA…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 573 GL_ENTRY(void, glPathDashArrayNV, GLuint path, GLsizei dashCount, const GLfloat *dashArray)
|