Searched refs:glGetPathParameterivNV (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 380 #define glGetPathParameterivNV wrap_glGetPathParameterivNV macro
|
D | gles_undefine.h | 380 #undef glGetPathParameterivNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 904 void API_ENTRY(glGetPathParameterivNV)(GLuint path, GLenum pname, GLint *value) { 905 CALL_GL_API(glGetPathParameterivNV, path, pname, value);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 2604 GL_APICALL void GL_APIENTRY glGetPathParameterivNV (GLuint path, GLenum pname, GLint *value);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 364 GL_ENTRY(void, glGetPathParameterivNV, GLuint path, GLenum pname, GLint *value)
|