Home
last modified time | relevance | path

Searched defs:rowLength (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/glx/
Dpixel.c87 GLint rowLength = state->storeUnpack.rowLength; in FillBitmap() local
169 GLint rowLength = state->storeUnpack.rowLength; in __glFillImage() local
275 GLint rowLength = state->storePack.rowLength; in EmptyBitmap() local
396 GLint rowLength = state->storePack.rowLength; in __glEmptyImage() local
Dglxclient.h184 GLuint rowLength; member
/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp1066 …me, const char* desc, deUint32 internalFormat, int width, int height, int rowLength, int skipRows,… in TexImage2DParamsCase()
1081 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; in createTexture() local
1128 int rowLength, in TexImage3DParamsCase()
1149 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; in createTexture() local
1359 int rowLength, in TexSubImage2DParamsCase()
1396 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture() local
1777 int rowLength, in TexSubImage3DParamsCase()
1825 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture() local
2297 int rowLength, in TexImage2DBufferCase()
2317 int rowLength = m_rowLength > 0 ? m_rowLength : m_width + m_skipPixels; in createTexture() local
[all …]
Des3fReadPixelsTests.cpp92 …const char* name, const char* description, int flags, int alignment, GLint rowLength, GLint skipRo… in ReadPixelsTest()
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp406 int rowLength, in TexImageCubeArrayBufferCase()
429 int rowLength = m_rowLength > 0 ? m_rowLength : m_size; in createTexture() local
493 int rowLength, in TexSubImageCubeArrayBufferCase()
544 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture() local
722 int rowLength = m_size; in createTexture() local
872 int rowLength; in init() member
961 int rowLength; in init() member
/external/swiftshader/src/OpenGL/common/
DImage.hpp173 GLint rowLength; member
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c386 const int rowLength = clippedUnpack.RowLength; in xmesa_DrawPixels_8R8G8B() local
518 const int rowLength = clippedUnpack.RowLength; in xmesa_DrawPixels_5R6G5B() local
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
DVDUBuffer.java839 int rowLength; local
/external/mesa3d/src/mesa/swrast/
Ds_drawpix.c161 const GLint rowLength = width * _mesa_get_format_bytes(rb->Format); in fast_draw_generic_pixels() local
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp370 static void renderQuadGridReference (tcu::Surface& dst, int numQuads, int rowLength, const deUint8*… in renderQuadGridReference()
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp531 static void renderQuadGridReference (tcu::Surface& dst, int numQuads, int rowLength, const deUint8*… in renderQuadGridReference()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp875 void Context::setPackRowLength(GLint rowLength) in setPackRowLength()
900 void Context::setUnpackRowLength(GLint rowLength) in setUnpackRowLength()
/external/skia/src/core/
DSkAAClip.cpp214 size_t rowLength = compute_row_length(row, fBounds.width()); in validate() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp1493 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel() local
1686 deUint32 rowLength = region.bufferImageCopy.bufferRowLength; in copyRegionToTextureLevel() local
/external/skia/src/gpu/gl/
DGrGLGpu.cpp1134 GrGLint rowLength = static_cast<GrGLint>(rowBytes / bpp); in uploadTexData() local