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 | 1152 int slicePitch = imageHeight*rowPitch; in createTexture() local 1815 int slicePitch = rowPitch*m_height; in createTexture() local 1828 int slicePitch = imageHeight*rowPitch; in createTexture() local 2474 int slicePitch = imageHeight*rowPitch; in createTexture() local 2556 int slicePitch = imageHeight*rowPitch; in createTexture() local 2849 int slicePitch = rowPitch*m_height; in createTexture() local 2862 int slicePitch = imageHeight*rowPitch; in createTexture() local 2960 int slicePitch = rowPitch*m_height; in createTexture() local 2973 int slicePitch = imageHeight*rowPitch; in createTexture() local 3333 int slicePitch = imageHeight*rowPitch; in createTexture() local
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 879 const int slicePitch = rowPitch * size.y(); in calculatePackedPitch() local 909 …xtureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* d… in ConstPixelBufferAccess() 946 … 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
|