Searched refs:glIsPointInStrokePathNV (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 453 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsPointInStrokePathNV); 1301 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsPointInStrokePathNV); in init_stub_library()
|
D | stubs_arm64.cc | 453 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsPointInStrokePathNV); 1301 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsPointInStrokePathNV); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 453 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsPointInStrokePathNV); 1301 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsPointInStrokePathNV); in init_stub_library()
|
D | stubs_arm.cc | 453 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsPointInStrokePathNV); 1301 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsPointInStrokePathNV); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 494 #define glIsPointInStrokePathNV wrap_glIsPointInStrokePathNV macro
|
D | gles_undefine.h | 493 #undef glIsPointInStrokePathNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1228 GLboolean API_ENTRY(glIsPointInStrokePathNV)(GLuint path, GLfloat x, GLfloat y) { 1229 CALL_GL_API_RETURN(glIsPointInStrokePathNV, path, x, y);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 515 GL_ENTRY(GLboolean, glIsPointInStrokePathNV, GLuint path, GLfloat x, GLfloat y)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3196 GL_APICALL GLboolean GL_APIENTRY glIsPointInStrokePathNV (GLuint path, GLfloat x, GLfloat y);
|