Searched refs:glGetPathParameterfvNV (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_undefine.h | 379 #undef glGetPathParameterfvNV
|
D | gles_redefine.h | 380 #define glGetPathParameterfvNV wrap_glGetPathParameterfvNV macro
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1204 void API_ENTRY(glGetPathParameterfvNV)(GLuint path, GLenum pname, GLfloat *value) { 1205 CALL_GL_API(glGetPathParameterfvNV, path, pname, value);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 391 GL_ENTRY(void, glGetPathParameterfvNV, GLuint path, GLenum pname, GLfloat *value)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3188 GL_APICALL void GL_APIENTRY glGetPathParameterfvNV (GLuint path, GLenum pname, GLfloat *value);
|