Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc117 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCoverFillPathNV);
965 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCoverFillPathNV); in init_stub_library()
Dstubs_arm64.cc117 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCoverFillPathNV);
965 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCoverFillPathNV); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc117 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCoverFillPathNV);
965 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCoverFillPathNV); in init_stub_library()
Dstubs_arm.cc117 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCoverFillPathNV);
965 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCoverFillPathNV); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h133 #define glCoverFillPathNV wrap_glCoverFillPathNV macro
Dgles_undefine.h133 #undef glCoverFillPathNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1189 void API_ENTRY(glCoverFillPathNV)(GLuint path, GLenum coverMode) {
1190 CALL_GL_API(glCoverFillPathNV, path, coverMode);
/frameworks/native/opengl/libs/
Dentries.in124 GL_ENTRY(void, glCoverFillPathNV, GLuint path, GLenum coverMode)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3183 GL_APICALL void GL_APIENTRY glCoverFillPathNV (GLuint path, GLenum coverMode);