Home
last modified time | relevance | path

Searched refs:glGetPathParameterivNV (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h380 #define glGetPathParameterivNV wrap_glGetPathParameterivNV macro
Dgles_undefine.h380 #undef glGetPathParameterivNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in904 void API_ENTRY(glGetPathParameterivNV)(GLuint path, GLenum pname, GLint *value) {
905 CALL_GL_API(glGetPathParameterivNV, path, pname, value);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2604 GL_APICALL void GL_APIENTRY glGetPathParameterivNV (GLuint path, GLenum pname, GLint *value);
/frameworks/native/opengl/libs/
Dentries.in364 GL_ENTRY(void, glGetPathParameterivNV, GLuint path, GLenum pname, GLint *value)