Searched refs:glPathStencilFuncNV (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_undefine.h | 600 #undef glPathStencilFuncNV
|
D | gles_redefine.h | 601 #define glPathStencilFuncNV wrap_glPathStencilFuncNV macro
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1168 void API_ENTRY(glPathStencilFuncNV)(GLenum func, GLint ref, GLuint mask) { 1169 CALL_GL_API(glPathStencilFuncNV, func, ref, mask);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 646 GL_ENTRY(void, glPathStencilFuncNV, GLenum func, GLint ref, GLuint mask)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3176 GL_APICALL void GL_APIENTRY glPathStencilFuncNV (GLenum func, GLint ref, GLuint mask);
|