Home
last modified time | relevance | path

Searched defs:slicePitch (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp432 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/
Des3fTextureSpecificationTests.cpp1152 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/
DtcuTexture.cpp879 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/
DsglrReferenceContext.cpp945 int slicePitch = imageHeight*rowPitch; in getUnpack3DAccess() local