Searched defs:slicePitch (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 432 int slicePitch = imageHeight*rowPitch; in createTexture() local 534 int slicePitch = rowPitch*m_size; in createTexture() local 547 int slicePitch = imageHeight*rowPitch; in createTexture() local 726 int slicePitch = imageHeight*rowPitch; in createTexture() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 1153 int slicePitch = imageHeight*rowPitch; in createTexture() local 1816 int slicePitch = rowPitch*m_height; in createTexture() local 1829 int slicePitch = imageHeight*rowPitch; in createTexture() local 2475 int slicePitch = imageHeight*rowPitch; in createTexture() local 2557 int slicePitch = imageHeight*rowPitch; in createTexture() local 2850 int slicePitch = rowPitch*m_height; in createTexture() local 2863 int slicePitch = imageHeight*rowPitch; in createTexture() local 2961 int slicePitch = rowPitch*m_height; in createTexture() local 2974 int slicePitch = imageHeight*rowPitch; in createTexture() local 3334 int slicePitch = imageHeight*rowPitch; in createTexture() local
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 487 const int slicePitch = rowPitch * size.y(); in calculatePackedPitch() local 558 …xtureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* d… in ConstPixelBufferAccess() 593 … TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data) in PixelBufferAccess()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 945 int slicePitch = imageHeight*rowPitch; in getUnpack3DAccess() local
|