Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h492 #define glIsPointInFillPathNV wrap_glIsPointInFillPathNV macro
Dgles_undefine.h492 #undef glIsPointInFillPathNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in928 GLboolean API_ENTRY(glIsPointInFillPathNV)(GLuint path, GLuint mask, GLfloat x, GLfloat y) {
929 CALL_GL_API_RETURN(glIsPointInFillPathNV, path, mask, x, y);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2612 GL_APICALL GLboolean GL_APIENTRY glIsPointInFillPathNV (GLuint path, GLuint mask, GLfloat x, GLfloa…
/frameworks/native/opengl/libs/
Dentries.in476 GL_ENTRY(GLboolean, glIsPointInFillPathNV, GLuint path, GLuint mask, GLfloat x, GLfloat y)