/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 2222 glTexSubImage3D(0, 0, 0, 0, 0, 4, 4, 4, GL_RGBA, GL_UNSIGNED_BYTE, 0); in init() 2224 glTexSubImage3D(GL_TEXTURE_2D, 0, 0, 0, 0, 4, 4, 4, GL_RGBA, GL_UNSIGNED_BYTE, 0); in init() 2229 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 0, 4, 4, 4, GL_UNSIGNED_BYTE, 0); in init() 2234 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, 0, 0); in init() 2239 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init() 2241 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in init() 2243 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in init() 2245 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGBA_INTEGER, GL_UNSIGNED_INT, 0); in init() 2247 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_FLOAT, 0); in init() 2264 glTexSubImage3D(GL_TEXTURE_3D, -1, 0, 0, 0, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, 0); in init() [all …]
|
D | es3fTextureSpecificationTests.cpp | 1485 …glTexSubImage3D(GL_TEXTURE_3D, ndx, x, y, z, w, h, d, transferFmt.format, transferFmt.dataType, da… in createTexture() 1845 …glTexSubImage3D(GL_TEXTURE_3D, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFmt.form… in createTexture() 2237 …glTexSubImage3D(GL_TEXTURE_2D_ARRAY, ndx, 0, 0, 0, levelW, levelH, m_numLayers, transferFmt.format… in createTexture() 2279 …glTexSubImage3D(GL_TEXTURE_3D, ndx, 0, 0, 0, levelW, levelH, levelD, transferFmt.format, transferF… in createTexture() 2883 …glTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFm… in createTexture() 2994 …glTexSubImage3D(GL_TEXTURE_3D, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFmt.form… in createTexture() 3240 …glTexSubImage3D(GL_TEXTURE_2D_ARRAY, ndx, x, y, z, w, h, d, fmt.format, fmt.dataType, levelData.ge… in createTexture()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 2184 ctx.glTexSubImage3D(0, 0, 0, 0, 0, 4, 4, 4, GL_RGBA, GL_UNSIGNED_BYTE, 0); in texsubimage3d() 2186 ctx.glTexSubImage3D(GL_TEXTURE_2D, 0, 0, 0, 0, 4, 4, 4, GL_RGBA, GL_UNSIGNED_BYTE, 0); in texsubimage3d() 2191 ctx.glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 0, 4, 4, 4, GL_UNSIGNED_BYTE, 0); in texsubimage3d() 2196 ctx.glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, 0, 0); in texsubimage3d() 2201 ctx.glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in texsubimage3d() 2203 ctx.glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in texsubimage3d() 2205 ctx.glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in texsubimage3d() 2207 ctx.glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGBA_INTEGER, GL_UNSIGNED_INT, 0); in texsubimage3d() 2209 ctx.glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_FLOAT, 0); in texsubimage3d() 2227 ctx.glTexSubImage3D(GL_TEXTURE_3D, -1, 0, 0, 0, 0, 0, 0, GL_RGBA, GL_UNSIGNED_BYTE, 0); in texsubimage3d_neg_level() [all …]
|
D | es31fTextureSpecificationTests.cpp | 386 …glTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, ndx, 0, 0, 0, levelW, levelW, m_depth, transferFmt.form… in createTexture() 567 …glTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, tran… in createTexture() 693 …glTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, ndx, x, y, z, w, h, d, fmt.format, fmt.dataType, levelD… in createTexture()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.specification.txt | 25 + glTexImage3D(), glTexImage2D(), glTexSubImage3D(), glTexSubImage2D()
|
/external/deqp/framework/egl/ |
D | egluStaticES30Library.inl | 196 { "glTexSubImage3D", (deFunctionPtr)glTexSubImage3D },
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
D | TextureUtil.java | 471 glTexSubImage3D(target, in uploadTexture()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES30Direct.inl | 196 gl->texSubImage3D = &glTexSubImage3D;
|
D | glwInitES31Direct.inl | 258 gl->texSubImage3D = &glTexSubImage3D;
|
D | glwInitES30.inl | 196 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
|
D | glwInitGL30.inl | 194 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
|
D | glwInitGL31.inl | 205 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
|
D | glwInitES31.inl | 258 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
|
D | glwInitGL32.inl | 223 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
|
D | glwInitGL33.inl | 242 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
|
D | glwInitGL40.inl | 270 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
|
D | glwInitGL41.inl | 344 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
|
D | glwInitGL42.inl | 356 gl->texSubImage3D = (glTexSubImage3DFunc) loader->get("glTexSubImage3D");
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 144 void ContextWrapper::glTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zof… in glTexSubImage3D() function in sglr::ContextWrapper
|
D | sglrContextWrapper.hpp | 197 …void glTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, i…
|
D | sglrGLContext.cpp | 292 …m_wrapper->glTexSubImage3D(target, level, xoffset, yoffset, zoffset, width, height, depth, format,… in texSubImage3D()
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 402 glTexSubImage3D
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 492 gl->texSubImage3D = glTexSubImage3D;
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 420 "glTexSubImage3D",
|
/external/deqp/doc/ |
D | GLES3 Negative API Functions.txt | 296 o glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsi…
|