Home
last modified time | relevance | path

Searched refs:glPathDashArrayNV (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h589 #define glPathDashArrayNV wrap_glPathDashArrayNV macro
Dgles_undefine.h589 #undef glPathDashArrayNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in868 void API_ENTRY(glPathDashArrayNV)(GLuint path, GLsizei dashCount, const GLfloat *dashArray) {
869 CALL_GL_API(glPathDashArrayNV, path, dashCount, dashArray);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2592 GL_APICALL void GL_APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashA…
/frameworks/native/opengl/libs/
Dentries.in573 GL_ENTRY(void, glPathDashArrayNV, GLuint path, GLsizei dashCount, const GLfloat *dashArray)