Home
last modified time | relevance | path

Searched refs:glIsPointInStrokePathNV (Results 1 – 9 of 9) sorted by relevance

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc453 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsPointInStrokePathNV);
1301 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsPointInStrokePathNV); in init_stub_library()
Dstubs_arm64.cc453 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsPointInStrokePathNV);
1301 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsPointInStrokePathNV); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc453 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsPointInStrokePathNV);
1301 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsPointInStrokePathNV); in init_stub_library()
Dstubs_arm.cc453 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsPointInStrokePathNV);
1301 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsPointInStrokePathNV); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h494 #define glIsPointInStrokePathNV wrap_glIsPointInStrokePathNV macro
Dgles_undefine.h493 #undef glIsPointInStrokePathNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1228 GLboolean API_ENTRY(glIsPointInStrokePathNV)(GLuint path, GLfloat x, GLfloat y) {
1229 CALL_GL_API_RETURN(glIsPointInStrokePathNV, path, x, y);
/frameworks/native/opengl/libs/
Dentries.in515 GL_ENTRY(GLboolean, glIsPointInStrokePathNV, GLuint path, GLfloat x, GLfloat y)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3196 GL_APICALL GLboolean GL_APIENTRY glIsPointInStrokePathNV (GLuint path, GLfloat x, GLfloat y);