Home
last modified time | relevance | path

Searched refs:callCopyTexSubImage3D (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp130 void callCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x,
406 void Texture3DBase::callCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, in callCopyTexSubImage3D() function in es2cts::Texture3DBase
878 callCopyTexSubImage3D(GL_TEXTURE_3D, levelNdx, w, h, depthNdx, 0, 0, w, h); in iterate()
1447 callCopyTexSubImage3D(0, 0, 0, 0, 0, 0, 0, 4, 4); in iterate()
1462 callCopyTexSubImage3D(GL_TEXTURE_3D, -1, 0, 0, 0, 0, 0, 4, 4); in iterate()
1482 callCopyTexSubImage3D(GL_TEXTURE_3D, log2Max3DTextureSize, 0, 0, 0, 0, 0, 4, 4); in iterate()
1498 callCopyTexSubImage3D(GL_TEXTURE_3D, 0, -1, 0, 0, 0, 0, 4, 4); in iterate()
1500 callCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, -1, 0, 0, 0, 4, 4); in iterate()
1502 callCopyTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, -1, 0, 0, 4, 4); in iterate()
1504 callCopyTexSubImage3D(GL_TEXTURE_3 in iterate()
[all...]

Completed in 4 milliseconds