Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc451 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsPathNV);
1299 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsPathNV); in init_stub_library()
Dstubs_arm64.cc451 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsPathNV);
1299 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glIsPathNV); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc451 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsPathNV);
1299 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsPathNV); in init_stub_library()
Dstubs_arm.cc451 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsPathNV);
1299 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glIsPathNV); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h492 #define glIsPathNV wrap_glIsPathNV macro
Dgles_undefine.h491 #undef glIsPathNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1117 GLboolean API_ENTRY(glIsPathNV)(GLuint path) {
1118 CALL_GL_API_RETURN(glIsPathNV, path);
/frameworks/native/opengl/libs/
Dentries.in513 GL_ENTRY(GLboolean, glIsPathNV, GLuint path)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3159 GL_APICALL GLboolean GL_APIENTRY glIsPathNV (GLuint path);