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