HomeSort by relevance Sort by last modified time
    Searched full:texstorage3d (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
ARB_texture_storage.xml 28 <function name="TexStorage3D" offset="assign">
  /external/mesa3d/src/mapi/glapi/gen/
ARB_texture_storage.xml 28 <function name="TexStorage3D" offset="assign">
  /external/deqp/doc/testspecs/GLES31/
functional.texture.cube_map_array.txt 32 + Immutable cube map arrays (TexStorage3D)
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 248 dst->texStorage3D = src.texStorage3D;
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 496 glTexStorage3DFunc texStorage3D;
glwInitES30Direct.inl 248 gl->texStorage3D = &glTexStorage3D;
glwInitES30.inl 248 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
glwInitES31.inl 248 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
glwInitGL42.inl     [all...]
glwInitGL43.inl     [all...]
glwInitGL44.inl     [all...]
  /external/deqp/framework/opengl/simplereference/
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);
sglrContext.hpp 78 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth) = DE_NULL;
sglrGLContext.cpp 378 void GLContext::texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth)
sglrReferenceContext.hpp 636 virtual void texStorage3D (deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 496 gl->texStorage3D = glTexStorage3D;
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 602 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, 1, m_format, width, height, levels);
    [all...]
es31fTextureSpecificationTests.cpp     [all...]
es31fNegativeTextureApiTests.cpp 2932 void texstorage3d (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
    [all...]
es31fOpaqueTypeIndexingTests.cpp 289 gl.texStorage3D(texTarget, 1, intFormat, 1, 1, 1);
    [all...]
es31fLayoutBindingTests.cpp     [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitable.h     [all...]

Completed in 211 milliseconds

1 2