Searched refs:glTextureStorage1DEXT (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto584 glTextureStorage1DEXT = 557;
/frameworks/native/opengl/include/GLES/
H A Dglext.h1117 GL_API void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1390 const GLMessage_Function GLMessage::glTextureStorage1DEXT; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1738 static const Function glTextureStorage1DEXT = GLMessage_Function_glTextureStorage1DEXT; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp20844 glmsg.set_function(GLMessage::glTextureStorage1DEXT);
20879 glContext->hooks->gl.glTextureStorage1DEXT(texture, target, levels, internalformat, width);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1361 GL_APICALL void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);

Completed in 173 milliseconds