Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h595 #define glPathParameterfNV wrap_glPathParameterfNV macro
Dgles_undefine.h595 #undef glPathParameterfNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in865 void API_ENTRY(glPathParameterfNV)(GLuint path, GLenum pname, GLfloat value) {
866 CALL_GL_API(glPathParameterfNV, path, pname, value);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2591 GL_APICALL void GL_APIENTRY glPathParameterfNV (GLuint path, GLenum pname, GLfloat value);
/frameworks/native/opengl/libs/
Dentries.in579 GL_ENTRY(void, glPathParameterfNV, GLuint path, GLenum pname, GLfloat value)