Home
last modified time | relevance | path

Searched refs:glCopyPathNV (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h126 #define glCopyPathNV wrap_glCopyPathNV macro
Dgles_undefine.h126 #undef glCopyPathNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in847 void API_ENTRY(glCopyPathNV)(GLuint resultPath, GLuint srcPath) {
848 CALL_GL_API(glCopyPathNV, resultPath, srcPath);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2585 GL_APICALL void GL_APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath);
/frameworks/native/opengl/libs/
Dentries.in110 GL_ENTRY(void, glCopyPathNV, GLuint resultPath, GLuint srcPath)