Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h766 #define glStencilStrokePathNV wrap_glStencilStrokePathNV macro
Dgles_undefine.h766 #undef glStencilStrokePathNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in880 void API_ENTRY(glStencilStrokePathNV)(GLuint path, GLint reference, GLuint mask) {
881 CALL_GL_API(glStencilStrokePathNV, path, reference, mask);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2596 GL_APICALL void GL_APIENTRY glStencilStrokePathNV (GLuint path, GLint reference, GLuint mask);
/frameworks/native/opengl/libs/
Dentries.in750 GL_ENTRY(void, glStencilStrokePathNV, GLuint path, GLint reference, GLuint mask)