Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc119 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCoverStrokePathNV);
967 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCoverStrokePathNV); in init_stub_library()
Dstubs_arm64.cc119 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCoverStrokePathNV);
967 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCoverStrokePathNV); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc119 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCoverStrokePathNV);
967 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCoverStrokePathNV); in init_stub_library()
Dstubs_arm.cc119 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCoverStrokePathNV);
967 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCoverStrokePathNV); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h135 #define glCoverStrokePathNV wrap_glCoverStrokePathNV macro
Dgles_undefine.h135 #undef glCoverStrokePathNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1192 void API_ENTRY(glCoverStrokePathNV)(GLuint path, GLenum coverMode) {
1193 CALL_GL_API(glCoverStrokePathNV, path, coverMode);
/frameworks/native/opengl/libs/
Dentries.in126 GL_ENTRY(void, glCoverStrokePathNV, GLuint path, GLenum coverMode)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3184 GL_APICALL void GL_APIENTRY glCoverStrokePathNV (GLuint path, GLenum coverMode);