/external/deqp/framework/egl/ |
D | egluStaticES30Library.inl | 106 { "glTexStorage3D", (deFunctionPtr)glTexStorage3D },
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 2878 glTexStorage3D (GL_TEXTURE_3D, 1, 0, 4, 4, 4); in init() 2880 glTexStorage3D (GL_TEXTURE_3D, 1, GL_RGBA_INTEGER, 4, 4, 4); in init() 2885 glTexStorage3D (0, 1, GL_RGBA8, 4, 4, 4); in init() 2887 glTexStorage3D (GL_TEXTURE_CUBE_MAP, 1, GL_RGBA8, 4, 4, 4); in init() 2889 glTexStorage3D (GL_TEXTURE_2D, 1, GL_RGBA8, 4, 4, 4); in init() 2894 glTexStorage3D (GL_TEXTURE_3D, 1, GL_RGBA8, 0, 4, 4); in init() 2896 glTexStorage3D (GL_TEXTURE_3D, 1, GL_RGBA8, 4, 0, 4); in init() 2898 glTexStorage3D (GL_TEXTURE_3D, 1, GL_RGBA8, 4, 4, 0); in init() 2900 glTexStorage3D (GL_TEXTURE_3D, 1, GL_RGBA8, 0, 0, 0); in init() 2911 glTexStorage3D (GL_TEXTURE_3D, 1, GL_RGBA8, 4, 4, 4); in init() [all …]
|
D | es3fTextureStateQueryTests.cpp | 608 glTexStorage3D(m_textureTarget, level, GL_RGB8, 256, 256, 256); in testTexture() 669 glTexStorage3D(m_textureTarget, 1, format, 32, 32, 32); in testSingleFormat()
|
D | es3fFboStateQueryTests.cpp | 379 glTexStorage3D(GL_TEXTURE_3D, 1, GL_RGBA8, 16, 16, 16); in test() 395 glTexStorage3D(GL_TEXTURE_2D_ARRAY, 1, GL_RGBA8, 16, 16, 16); in test()
|
D | es3fTextureSpecificationTests.cpp | 2211 …glTexStorage3D (GL_TEXTURE_2D_ARRAY, m_numLevels, m_internalFormat, m_width, m_height, m_numLayers… in createTexture() 2252 glTexStorage3D (GL_TEXTURE_3D, m_numLevels, m_internalFormat, m_width, m_height, m_depth); in createTexture()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.specification.txt | 31 + glTexStorage2D() and glTexStorage3D()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 2939 ctx.glTexStorage3D (GL_TEXTURE_3D, 1, 0, 4, 4, 4); in texstorage3d() 2941 ctx.glTexStorage3D (GL_TEXTURE_3D, 1, GL_RGBA_INTEGER, 4, 4, 4); in texstorage3d() 2946 ctx.glTexStorage3D (0, 1, GL_RGBA8, 4, 4, 4); in texstorage3d() 2948 ctx.glTexStorage3D (GL_TEXTURE_CUBE_MAP, 1, GL_RGBA8, 4, 4, 4); in texstorage3d() 2950 ctx.glTexStorage3D (GL_TEXTURE_2D, 1, GL_RGBA8, 4, 4, 4); in texstorage3d() 2955 ctx.glTexStorage3D (GL_TEXTURE_3D, 1, GL_RGBA8, 0, 4, 4); in texstorage3d() 2957 ctx.glTexStorage3D (GL_TEXTURE_3D, 1, GL_RGBA8, 4, 0, 4); in texstorage3d() 2959 ctx.glTexStorage3D (GL_TEXTURE_3D, 1, GL_RGBA8, 4, 4, 0); in texstorage3d() 2961 ctx.glTexStorage3D (GL_TEXTURE_3D, 1, GL_RGBA8, 0, 0, 0); in texstorage3d() 2973 ctx.glTexStorage3D (GL_TEXTURE_3D, 1, GL_RGBA8, 4, 4, 4); in texstorage3d_invalid_binding() [all …]
|
D | es31fTextureLevelStateQueryTests.cpp | 648 …gl.glTexStorage3D(spec.bindTarget, 1, spec.levels[levelNdx].internalFormat, spec.levels[levelNdx].… in applyTextureGenergationSpec() 650 …gl.glTexStorage3D(spec.bindTarget, 1, spec.levels[levelNdx].internalFormat, spec.levels[levelNdx].… in applyTextureGenergationSpec()
|
D | es31fTextureSpecificationTests.cpp | 373 …glTexStorage3D (GL_TEXTURE_CUBE_MAP_ARRAY, m_numLevels, m_internalFormat, m_size, m_size, m_depth); in createTexture()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | libGLESv2.def | 285 glTexStorage3D @282
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 248 gl->texStorage3D = &glTexStorage3D;
|
D | glwInitES30.inl | 248 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
|
D | glwInitES31.inl | 248 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
|
D | glwInitGL42.inl | 494 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
|
D | glwInitGL43.inl | 494 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
|
D | glwInitGL44.inl | 494 gl->texStorage3D = (glTexStorage3DFunc) loader->get("glTexStorage3D");
|
D | glwApi.inl | 496 #define glTexStorage3D glwTexStorage3D macro
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 174 void ContextWrapper::glTexStorage3D (deUint32 target, int levels, deUint32 internalFormat, int widt… in glTexStorage3D() function in sglr::ContextWrapper
|
D | sglrContextWrapper.hpp | 296 …void glTexStorage3D (deUint32 target, int levels, deUint32 internalformat, int width, int …
|
D | sglrGLContext.cpp | 380 m_wrapper->glTexStorage3D(target, levels, internalFormat, width, height, depth); in texStorage3D()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 496 gl->texStorage3D = glTexStorage3D;
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 380 "glTexStorage3D",
|
/external/deqp/doc/ |
D | GLES3 Negative API Functions.txt | 295 o glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei h…
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glprocs.h | 2178 NAME_FUNC_OFFSET(11972, glTexStorage3D, glTexStorage3D, NULL, 709),
|
/external/chromium_org/third_party/angle/include/GLES3/ |
D | gl3.h | 1054 GL_APICALL void GL_APIENTRY glTexStorage3D (GLenum target, GLsizei levels, GLenum interna…
|