Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h597 #define glPathParameteriNV wrap_glPathParameteriNV macro
Dgles_undefine.h597 #undef glPathParameteriNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in859 void API_ENTRY(glPathParameteriNV)(GLuint path, GLenum pname, GLint value) {
860 CALL_GL_API(glPathParameteriNV, path, pname, value);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2589 GL_APICALL void GL_APIENTRY glPathParameteriNV (GLuint path, GLenum pname, GLint value);
/frameworks/native/opengl/libs/
Dentries.in581 GL_ENTRY(void, glPathParameteriNV, GLuint path, GLenum pname, GLint value)