Searched refs:glCopyPathNV (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 110 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyPathNV); 958 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyPathNV); in init_stub_library()
|
D | stubs_arm64.cc | 110 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyPathNV); 958 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyPathNV); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 110 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyPathNV); 958 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyPathNV); in init_stub_library()
|
D | stubs_arm.cc | 110 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyPathNV); 958 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyPathNV); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 126 #define glCopyPathNV wrap_glCopyPathNV macro
|
D | gles_undefine.h | 126 #undef glCopyPathNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1144 void API_ENTRY(glCopyPathNV)(GLuint resultPath, GLuint srcPath) { 1145 CALL_GL_API(glCopyPathNV, resultPath, srcPath);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 117 GL_ENTRY(void, glCopyPathNV, GLuint resultPath, GLuint srcPath)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3168 GL_APICALL void GL_APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath);
|