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.cpp1153 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/
DtcuTexture.cpp487 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/
DsglrReferenceContext.cpp945 int slicePitch = imageHeight*rowPitch; in getUnpack3DAccess() local