Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp200 ASSIGN("glTextureStorage2D", textureStorage2D); in initProcsDesktopGL()
973 ASSIGN("glTextureStorage2DEXT", textureStorage2D); in initProcsDesktopGL()
1903 ASSIGN("glTextureStorage2D", textureStorage2D); in initProcsDesktopGL()
2106 ASSIGN("glTextureStorage2DEXT", textureStorage2D); in initProcsGLES()
2988 textureStorage2D = &glTextureStorage2DNULL; in initProcsDesktopGLNULL()
3760 textureStorage2D = &glTextureStorage2DNULL; in initProcsDesktopGLNULL()
4689 textureStorage2D = &glTextureStorage2DNULL; in initProcsDesktopGLNULL()
4892 textureStorage2D = &glTextureStorage2DNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h710 PFNGLTEXTURESTORAGE2DPROC textureStorage2D = nullptr; variable
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTexturesTests.cpp1781 gl.textureStorage2D(texture, levels, internalformat, width, height); in TextureStorage()
3428 …gl.textureStorage2D(m_to_aux, 1, internal_format, TestReferenceDataWidth(), TestReferenceDataHeigh… in PrepareFramebufferAuxiliary()
9242 gl.textureStorage2D(m_to_invalid, 1, GL_R8, 8, 8); in Test2D()
9250 gl.textureStorage2D(m_to_2D, 1, m_internalformat_invalid, 8, 8); in Test2D()
9259 gl.textureStorage2D(m_to_1D, 1, GL_R8, 8, 8); in Test2D()
9267 gl.textureStorage2D(m_to_2D, 0, GL_R8, 8, 8); in Test2D()
9270 gl.textureStorage2D(m_to_2D, 1, GL_R8, 0, 8); in Test2D()
9273 gl.textureStorage2D(m_to_2D, 1, GL_R8, 8, 0); in Test2D()
9281 gl.textureStorage2D(m_to_1D_array, 8, GL_R8, 8, 8); in Test2D()
9290 gl.textureStorage2D(m_to_2D, 8, GL_R8, 8, 8); in Test2D()
[all …]
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h318 void textureStorage2D(TextureID texturePacked, GLsizei levels, GLenum internalformat, \
DContext_gl.cpp3552 void Context::textureStorage2D(TextureID texture, in textureStorage2D() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl722 glTextureStorage2DFunc textureStorage2D; variable
DglwInitGL45.inl496 gl->textureStorage2D = (glTextureStorage2DFunc) loader->get("glTextureStorage2D");
DglwInitGL46.inl500 gl->textureStorage2D = (glTextureStorage2DFunc) loader->get("glTextureStorage2D");
DglwInitExtGL.inl687 gl->textureStorage2D = (glTextureStorage2DFunc) loader->get("glTextureStorage2D");
DglwImpl.inl5740 gl->textureStorage2D(texture, levels, internalformat, width, height);
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl722 gl->textureStorage2D = glTextureStorage2D;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp8799 context->textureStorage2D(texturePacked, levels, internalformat, width, height); in GL_TextureStorage2D()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl5258 m_gl.textureStorage2D(texture, levels, internalformat, width, height);