Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc527 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathCoordsNV);
1375 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPathCoordsNV); in init_stub_library()
Dstubs_arm64.cc527 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathCoordsNV);
1375 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPathCoordsNV); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc527 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathCoordsNV);
1375 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPathCoordsNV); in init_stub_library()
Dstubs_arm.cc527 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathCoordsNV);
1375 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPathCoordsNV); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h588 #define glPathCoordsNV wrap_glPathCoordsNV macro
Dgles_undefine.h587 #undef glPathCoordsNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1123 void API_ENTRY(glPathCoordsNV)(GLuint path, GLsizei numCoords, GLenum coordType, const void *coords…
1124 CALL_GL_API(glPathCoordsNV, path, numCoords, coordType, coords);
/frameworks/native/opengl/libs/
Dentries.in633 GL_ENTRY(void, glPathCoordsNV, GLuint path, GLsizei numCoords, GLenum coordType, const void *coords)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3161 GL_APICALL void GL_APIENTRY glPathCoordsNV (GLuint path, GLsizei numCoords, GLenum coordType, const…