Searched refs:glPathParameterfNV (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 595 #define glPathParameterfNV wrap_glPathParameterfNV macro
|
D | gles_undefine.h | 595 #undef glPathParameterfNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 865 void API_ENTRY(glPathParameterfNV)(GLuint path, GLenum pname, GLfloat value) { 866 CALL_GL_API(glPathParameterfNV, path, pname, value);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 2591 GL_APICALL void GL_APIENTRY glPathParameterfNV (GLuint path, GLenum pname, GLfloat value);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 579 GL_ENTRY(void, glPathParameterfNV, GLuint path, GLenum pname, GLfloat value)
|