Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp202 ASSIGN("glTextureStorage3D", textureStorage3D); in initProcsDesktopGL()
964 ASSIGN("glTextureStorage3DEXT", textureStorage3D); in initProcsDesktopGL()
1894 ASSIGN("glTextureStorage3D", textureStorage3D); in initProcsDesktopGL()
2096 ASSIGN("glTextureStorage3DEXT", textureStorage3D); in initProcsGLES()
2990 textureStorage3D = &glTextureStorage3DNULL; in initProcsDesktopGLNULL()
3751 textureStorage3D = &glTextureStorage3DNULL; in initProcsDesktopGLNULL()
4680 textureStorage3D = &glTextureStorage3DNULL; in initProcsDesktopGLNULL()
4882 textureStorage3D = &glTextureStorage3DNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h712 PFNGLTEXTURESTORAGE3DPROC textureStorage3D = nullptr; variable
/third_party/vk-gl-cts/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 …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_4_autogen.h319 void textureStorage3D(TextureID texturePacked, GLsizei levels, GLenum internalformat, \
DContext_gl.cpp3549 void Context::textureStorage3D(TextureID texture, in textureStorage3D() function in gl::Context
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl730 glTextureStorage3DFunc textureStorage3D; variable
DglwInitGL45.inl498 gl->textureStorage3D = (glTextureStorage3DFunc) loader->get("glTextureStorage3D");
DglwInitGL46.inl502 gl->textureStorage3D = (glTextureStorage3DFunc) loader->get("glTextureStorage3D");
DglwInitExtGL.inl699 gl->textureStorage3D = (glTextureStorage3DFunc) loader->get("glTextureStorage3D");
DglwImpl.inl5804 gl->textureStorage3D(texture, levels, internalformat, width, height, depth);
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl730 gl->textureStorage3D = glTextureStorage3D;
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp9210 context->textureStorage3D(texturePacked, levels, internalformat, width, height, depth); in GL_TextureStorage3D()
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl5314 m_gl.textureStorage3D(texture, levels, internalformat, width, height, depth);