Searched defs:zOffset (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/cts/tests/tests/rscpp/librscpptest/ |
H A D | rs_jni_allocation.cpp | 329 int xOffset, int yOffset, int zOffset, in helperCopy3D() 382 int xOffset, int yOffset, int zOffset, in helperFloatAllocationCopy3D()
|
/aosp_15_r20/external/angle/samples/multiview/ |
H A D | Multiview.cpp | 18 void FillTranslationMatrix(float xOffset, float yOffset, float zOffset, float *matrix) in FillTranslationMatrix()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cSparseTextureTests.cpp | 1776 … GLint zOffset, GLint width, GLint height, GLint depth, in texPageCommitment() 2427 … GLint xOffset, GLint yOffset, GLint zOffset, GLint width, in texPageCommitment()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | validationEGL.cpp | 3782 EGLAttrib zOffset = attributes.get(EGL_GL_TEXTURE_ZOFFSET, 0); in ValidateCreateImage() local
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | TextureVk.cpp | 1387 int zOffset = (imageType == VK_IMAGE_TYPE_3D) ? destOffset.z : 0; in copySubImageImpl() local
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fPrimitiveBoundingBoxTests.cpp | 3978 float zOffset; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 4973 const int zOffset = (mirrorMode & MIRROR_MODE_Z) ? dst.getDepth() - 1 : 0; in blit() local
|