Home
last modified time | relevance | path

Searched refs:textureStorage3D (Results 1 – 13 of 13) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp202 ASSIGN("glTextureStorage3D", textureStorage3D); in initProcsDesktopGL()
975 ASSIGN("glTextureStorage3DEXT", textureStorage3D); in initProcsDesktopGL()
1905 ASSIGN("glTextureStorage3D", textureStorage3D); in initProcsDesktopGL()
2107 ASSIGN("glTextureStorage3DEXT", textureStorage3D); in initProcsGLES()
2990 textureStorage3D = &glTextureStorage3DNULL; in initProcsDesktopGLNULL()
3762 textureStorage3D = &glTextureStorage3DNULL; in initProcsDesktopGLNULL()
4691 textureStorage3D = &glTextureStorage3DNULL; in initProcsDesktopGLNULL()
4893 textureStorage3D = &glTextureStorage3DNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h712 PFNGLTEXTURESTORAGE3DPROC textureStorage3D = nullptr; variable
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp1784 gl.textureStorage3D(texture, levels, internalformat, width, height, depth); in TextureStorage()
3431 …gl.textureStorage3D(m_to_aux, 1, internal_format, TestReferenceDataWidth(), TestReferenceDataHeigh… in PrepareFramebufferAuxiliary()
9313 gl.textureStorage3D(m_to_invalid, 1, GL_R8, 8, 8, 8); in Test3D()
9321 gl.textureStorage3D(m_to_3D, 1, m_internalformat_invalid, 8, 8, 8); in Test3D()
9330 gl.textureStorage3D(m_to_1D, 1, GL_R8, 8, 8, 8); in Test3D()
9338 gl.textureStorage3D(m_to_3D, 0, GL_R8, 8, 8, 8); in Test3D()
9341 gl.textureStorage3D(m_to_3D, 1, GL_R8, 0, 8, 8); in Test3D()
9344 gl.textureStorage3D(m_to_3D, 1, GL_R8, 8, 0, 8); in Test3D()
9347 gl.textureStorage3D(m_to_3D, 1, GL_R8, 8, 8, 0); in Test3D()
9355 gl.textureStorage3D(m_to_3D, 8, GL_R8, 8, 8, 8); in Test3D()
[all …]
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h323 void textureStorage3D(TextureID texturePacked, GLsizei levels, GLenum internalformat, \
DContext_gl.cpp3571 void Context::textureStorage3D(TextureID texture, in textureStorage3D() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl726 glTextureStorage3DFunc textureStorage3D; variable
DglwInitGL45.inl498 gl->textureStorage3D = (glTextureStorage3DFunc) loader->get("glTextureStorage3D");
DglwInitGL46.inl502 gl->textureStorage3D = (glTextureStorage3DFunc) loader->get("glTextureStorage3D");
DglwInitExtGL.inl689 gl->textureStorage3D = (glTextureStorage3DFunc) loader->get("glTextureStorage3D");
DglwImpl.inl5772 gl->textureStorage3D(texture, levels, internalformat, width, height, depth);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl726 gl->textureStorage3D = glTextureStorage3D;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp8870 context->textureStorage3D(texturePacked, levels, internalformat, width, height, depth); in GL_TextureStorage3D()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl5286 m_gl.textureStorage3D(texture, levels, internalformat, width, height, depth);