Home
last modified time | relevance | path

Searched defs:slicePitch (Results 1 – 5 of 5) 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.cpp823 const int slicePitch = rowPitch * size.y(); in calculatePackedPitch() local
853 …xtureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* d… in ConstPixelBufferAccess()
890 … 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
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.hpp3903 ::size_t slicePitch, in Image2DArray()