Searched refs:glStencilStrokePathNV (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | gles_undefine.h | 766 #undef glStencilStrokePathNV
|
D | gles_redefine.h | 767 #define glStencilStrokePathNV wrap_glStencilStrokePathNV macro
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1177 void API_ENTRY(glStencilStrokePathNV)(GLuint path, GLint reference, GLuint mask) { 1178 CALL_GL_API(glStencilStrokePathNV, path, reference, mask);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 838 GL_ENTRY(void, glStencilStrokePathNV, GLuint path, GLint reference, GLuint mask)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3179 GL_APICALL void GL_APIENTRY glStencilStrokePathNV (GLuint path, GLint reference, GLuint mask);
|