Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h379 #define glGetPathParameterfvNV wrap_glGetPathParameterfvNV macro
Dgles_undefine.h379 #undef glGetPathParameterfvNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in907 void API_ENTRY(glGetPathParameterfvNV)(GLuint path, GLenum pname, GLfloat *value) {
908 CALL_GL_API(glGetPathParameterfvNV, path, pname, value);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2605 GL_APICALL void GL_APIENTRY glGetPathParameterfvNV (GLuint path, GLenum pname, GLfloat *value);
/frameworks/native/opengl/libs/
Dentries.in363 GL_ENTRY(void, glGetPathParameterfvNV, GLuint path, GLenum pname, GLfloat *value)