Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h374 #define glGetPathCoordsNV wrap_glGetPathCoordsNV macro
Dgles_undefine.h374 #undef glGetPathCoordsNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in913 void API_ENTRY(glGetPathCoordsNV)(GLuint path, GLfloat *coords) {
914 CALL_GL_API(glGetPathCoordsNV, path, coords);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2607 GL_APICALL void GL_APIENTRY glGetPathCoordsNV (GLuint path, GLfloat *coords);
/frameworks/native/opengl/libs/
Dentries.in358 GL_ENTRY(void, glGetPathCoordsNV, GLuint path, GLfloat *coords)