HomeSort by relevance Sort by last modified time
    Searched refs:texStorage3D (Results 1 - 25 of 26) sorted by null

1 2

  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 256 dst->texStorage3D = src.texStorage3D;
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 78 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth) = DE_NULL;
sglrContextWrapper.cpp 176 m_curCtx->texStorage3D(target, levels, internalFormat, width, height, depth);
sglrGLContext.hpp 90 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth);
sglrGLContext.cpp 378 void GLContext::texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth)
sglrReferenceContext.hpp 641 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth);
    [all...]
sglrReferenceContext.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 194 gl->texStorage3D = &glTexStorage3D;
glwInitES31Direct.inl 256 gl->texStorage3D = &glTexStorage3D;
glwFunctions.inl 488 glTexStorage3DFunc texStorage3D;
    [all...]
glwInitES30.inl 194 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
glwInitES32Direct.inl 299 gl->texStorage3D = &glTexStorage3D;
glwInitES31.inl 256 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
glwInitES32.inl 299 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
    [all...]
glwInitGL42.inl     [all...]
glwInitGL43.inl     [all...]
glwInitGL44.inl     [all...]
glwInitGL45.inl     [all...]
glwImpl.inl     [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 302 gl.texStorage3D(texTarget, 1, intFormat, 1, 1, 1);
307 gl.texStorage3D(texTarget, 1, intFormat, 1, 1, 6);
    [all...]
es31fStencilTexturingTests.cpp 604 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, 1, m_format, width, height, levels);
    [all...]
es31fLayoutBindingTests.cpp     [all...]
es31fTessellationGeometryInteractionTests.cpp     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 488 gl->texStorage3D = glTexStorage3D;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp     [all...]

Completed in 361 milliseconds

1 2