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