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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto459 glTextureStorage1DEXT = 557;
/frameworks/native/opengl/include/GLES/
H A Dglext.h1022 GL_API void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1162 GL_APICALL 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.cpp969 const GLMessage_Function GLMessage::glTextureStorage1DEXT; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1302 static const Function glTextureStorage1DEXT = GLMessage_Function_glTextureStorage1DEXT; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp9706 glmsg.set_function(GLMessage::glTextureStorage1DEXT);
9741 glContext->hooks->gl.glTextureStorage1DEXT(texture, target, levels, internalformat, width);

Completed in 2506 milliseconds