Searched refs:glPathParameteriNV (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 597 #define glPathParameteriNV wrap_glPathParameteriNV macro
|
D | gles_undefine.h | 597 #undef glPathParameteriNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 859 void API_ENTRY(glPathParameteriNV)(GLuint path, GLenum pname, GLint value) { 860 CALL_GL_API(glPathParameteriNV, path, pname, value);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 2589 GL_APICALL void GL_APIENTRY glPathParameteriNV (GLuint path, GLenum pname, GLint value);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 581 GL_ENTRY(void, glPathParameteriNV, GLuint path, GLenum pname, GLint value)
|