Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h453 #define glGetTextureHandleNV wrap_glGetTextureHandleNV macro
Dgles_undefine.h453 #undef glGetTextureHandleNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in679 GLuint64 API_ENTRY(glGetTextureHandleNV)(GLuint texture) {
680 CALL_GL_API_RETURN(glGetTextureHandleNV, texture);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2017 GL_APICALL GLuint64 GL_APIENTRY glGetTextureHandleNV (GLuint texture);
/frameworks/native/opengl/libs/
Dentries.in437 GL_ENTRY(GLuint64, glGetTextureHandleNV, GLuint texture)