Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp199 ASSIGN("glTextureStorage1D", textureStorage1D); in initProcsDesktopGL()
961 ASSIGN("glTextureStorage1DEXT", textureStorage1D); in initProcsDesktopGL()
1891 ASSIGN("glTextureStorage1D", textureStorage1D); in initProcsDesktopGL()
2094 ASSIGN("glTextureStorage1DEXT", textureStorage1D); in initProcsGLES()
2987 textureStorage1D = &glTextureStorage1DNULL; in initProcsDesktopGLNULL()
3748 textureStorage1D = &glTextureStorage1DNULL; in initProcsDesktopGLNULL()
4677 textureStorage1D = &glTextureStorage1DNULL; in initProcsDesktopGLNULL()
4880 textureStorage1D = &glTextureStorage1DNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h709 PFNGLTEXTURESTORAGE1DPROC textureStorage1D = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_4_autogen.h312 void textureStorage1D(TextureID texturePacked, GLsizei levels, GLenum internalformat, \
DContext_gl.cpp3522 void Context::textureStorage1D(TextureID texture, in textureStorage1D() function in gl::Context
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl724 glTextureStorage1DFunc textureStorage1D; variable
DglwInitGL45.inl495 gl->textureStorage1D = (glTextureStorage1DFunc) loader->get("glTextureStorage1D");
DglwInitGL46.inl499 gl->textureStorage1D = (glTextureStorage1DFunc) loader->get("glTextureStorage1D");
DglwInitExtGL.inl696 gl->textureStorage1D = (glTextureStorage1DFunc) loader->get("glTextureStorage1D");
DglwImpl.inl5756 gl->textureStorage1D(texture, levels, internalformat, width);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp1778 gl.textureStorage1D(texture, levels, internalformat, width); in TextureStorage()
9184 gl.textureStorage1D(m_to_invalid, 1, GL_R8, 8); in Test1D()
9192 gl.textureStorage1D(m_to_1D, 1, m_internalformat_invalid, 8); in Test1D()
9201 gl.textureStorage1D(m_to_2D, 1, GL_R8, 8); in Test1D()
9209 gl.textureStorage1D(m_to_1D, 0, GL_R8, 8); in Test1D()
9212 gl.textureStorage1D(m_to_1D, 1, GL_R8, 0); in Test1D()
9219 gl.textureStorage1D(m_to_1D, 8, GL_R8, 8); in Test1D()
11516 gl.textureStorage1D(m_to_1D_dst, 1, s_internalformat, s_width); in Prepare()
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl724 gl->textureStorage1D = glTextureStorage1D;
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp9104 context->textureStorage1D(texturePacked, levels, internalformat, width); in GL_TextureStorage1D()
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl5272 m_gl.textureStorage1D(texture, levels, internalformat, width);