/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 256 dst->texStorage3D = src.texStorage3D;
|
D | gluCallLogWrapper.inl | 3611 m_gl.texStorage3D(target, levels, internalformat, width, height, depth);
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 194 gl->texStorage3D = &glTexStorage3D;
|
D | glwInitES31Direct.inl | 256 gl->texStorage3D = &glTexStorage3D;
|
D | glwFunctions.inl | 488 glTexStorage3DFunc texStorage3D; variable
|
D | glwInitES30.inl | 194 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
|
D | glwInitES31.inl | 256 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
|
D | glwInitGL42.inl | 353 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
|
D | glwInitGL43.inl | 390 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
|
D | glwInitGL44.inl | 399 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
|
D | glwInitGL45.inl | 481 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
|
D | glwImpl.inl | 3868 gl->texStorage3D(target, levels, internalformat, width, height, depth);
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 90 …virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width,…
|
D | sglrContext.hpp | 78 …virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int…
|
D | sglrContextWrapper.cpp | 176 m_curCtx->texStorage3D(target, levels, internalFormat, width, height, depth); in glTexStorage3D()
|
D | sglrGLContext.cpp | 378 void GLContext::texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int … in texStorage3D() function in sglr::GLContext
|
D | sglrReferenceContext.hpp | 641 …virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, in…
|
D | sglrReferenceContext.cpp | 1711 void ReferenceContext::texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int widt… in texStorage3D() function in sglr::ReferenceContext
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 488 gl->texStorage3D = glTexStorage3D;
|
/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 604 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, 1, m_format, width, height, levels); in iterate()
|
D | es31fOpaqueTypeIndexingTests.cpp | 289 gl.texStorage3D(texTarget, 1, intFormat, 1, 1, 1); in setupTexture()
|
D | es31fLayoutBindingTests.cpp | 1259 …gl.texStorage3D(m_textureType, 1, GL_RGBA8, TEST_TEXTURE_SIZE, TEST_TEXTURE_SIZE, TEST_TEXTURE_SIZ… in initializeImage()
|
D | es31fTessellationGeometryInteractionTests.cpp | 2178 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, 1, GL_RGBA8, RENDER_SIZE, RENDER_SIZE, m_numLayers); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 1234 …gl.texStorage3D(textureTarget, levels, m_textureSpec.format, testSize.textureSize.x(), testSize.te… in testTextureSize() 1263 …gl.texStorage3D(textureTarget, levels, m_textureSpec.format, testSize.textureSize.x(), testSize.te… in testTextureSize()
|