Home
last modified time | relevance | path

Searched refs:glTexStorage3D (Results 1 – 25 of 29) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h310 {"glTexStorage3D", (void*)glTexStorage3D},
Dgl2_client_context.h342 glTexStorage3D_client_proc_t glTexStorage3D; member
Dgl2_client_context.cpp342 glTexStorage3D = (glTexStorage3D_client_proc_t) getProc("glTexStorage3D", userData); in initDispatchByName()
Dgl2_entry.cpp337 …void glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei h…
2460 void glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei he… in glTexStorage3D() function
2463 ctx->glTexStorage3D(ctx, target, levels, internalformat, width, height, depth); in glTexStorage3D()
DGL2Encoder.cpp306 OVERRIDE(glTexStorage3D); in GL2Encoder()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries145 void glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei he…
Dgles3_only_dispatch_logging_wrappers.impl495 …DISPATCH_DEBUG_LOG("glTexStorage3D(target:0x%X, levels:%d, internalformat:0x%X, width:%d, height:%…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h108 GL_APICALL void GL_APIENTRY glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GL…
Dgles3_only_functions.h108 …X(void, glTexStorage3D, (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsi…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h399 glTexStorage3D_server_proc_t glTexStorage3D; member
Dgles2_server_context.cpp342 glTexStorage3D = (glTexStorage3D_server_proc_t) getProc("glTexStorage3D", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp929 dispatcher.glTexStorage3D(m_target, m_texStorageLevels, in restore()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp1076 GL_APICALL void GL_APIENTRY glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GL… in glTexStorage3D() function
1089 ctx->dispatcher().glTexStorage3D(target, levels, internalformat, width, height, depth); in glTexStorage3D()
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h931 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
Dgl31.h931 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h931 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
Dgl31.h931 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
Dgl32.h1183 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h384 …X(void, glTexStorage3D, (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsi…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1183 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
Dgl31.h1183 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
Dgl32.h1183 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, G…
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in445 GL_ENTRY(void, glTexStorage3D, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width,…
/hardware/google/gfxstream/include/GL/
DGLcorearb.h2248 GLAPI void APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei w…
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglcorearb.h2194 GLAPI void APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei w…

12