Home
last modified time | relevance | path

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

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