Searched refs:texStorage3D (Results 1 - 22 of 22) sorted by relevance

/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl248 dst->texStorage3D = src.texStorage3D;
H A DgluCallLogWrapper.inl3654 m_gl.texStorage3D(param0, param1, param2, param3, param4, param5);
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp78 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth) = DE_NULL;
H A DsglrContextWrapper.cpp176 m_curCtx->texStorage3D(target, levels, internalFormat, width, height, depth);
H A DsglrGLContext.hpp90 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth);
H A DsglrGLContext.cpp378 void GLContext::texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth) function in class:sglr::GLContext
H A DsglrReferenceContext.hpp636 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth);
H A DsglrReferenceContext.cpp1690 void ReferenceContext::texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth)
/external/deqp/framework/opengl/wrapper/
H A DglwInitES30Direct.inl248 gl->texStorage3D = &glTexStorage3D;
H A DglwFunctions.inl496 glTexStorage3DFunc texStorage3D;
H A DglwInitES30.inl248 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
H A DglwInitES31.inl248 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
H A DglwInitGL42.inl494 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
H A DglwInitGL43.inl494 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
H A DglwInitGL44.inl494 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
H A DglwImpl.inl3946 gl->texStorage3D(target, levels, internalformat, width, height, depth);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl496 gl->texStorage3D = glTexStorage3D;
/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp289 gl.texStorage3D(texTarget, 1, intFormat, 1, 1, 1);
H A Des31fStencilTexturingTests.cpp602 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, 1, m_format, width, height, levels);
H A Des31fLayoutBindingTests.cpp1252 gl.texStorage3D(m_textureType, 1, GL_RGBA8, TEST_TEXTURE_SIZE, TEST_TEXTURE_SIZE, TEST_TEXTURE_SIZE);
H A Des31fTessellationGeometryInteractionTests.cpp2175 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, 1, GL_RGBA8, RENDER_SIZE, RENDER_SIZE, m_numLayers);
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp1234 gl.texStorage3D(textureTarget, levels, m_textureSpec.format, testSize.textureSize.x(), testSize.textureSize.y(), testSize.textureSize.z());
1263 gl.texStorage3D(textureTarget, levels, m_textureSpec.format, testSize.textureSize.x(), testSize.textureSize.y(), testSize.textureSize.z());

Completed in 417 milliseconds