Searched refs:glPathParameterivNV (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 598 #define glPathParameterivNV wrap_glPathParameterivNV macro
|
D | gles_undefine.h | 598 #undef glPathParameterivNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 856 void API_ENTRY(glPathParameterivNV)(GLuint path, GLenum pname, const GLint *value) { 857 CALL_GL_API(glPathParameterivNV, path, pname, value);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 582 GL_ENTRY(void, glPathParameterivNV, GLuint path, GLenum pname, const GLint *value)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3041 GL_APICALL void GL_APIENTRY glPathParameterivNV (GLuint path, GLenum pname, const GLint *value);
|