| /external/mesa3d/src/glx/ | 
| D | pixel.c | 87    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
  | 
| D | glxclient.h | 184    GLuint rowLength;  member
  | 
| /external/armnn/samples/SpeechRecognition/include/ | 
| D | Decoder.hpp | 37             int rowLength = 29;  in DecodeOutput()  local
  | 
| D | SpeechRecognitionPipeline.hpp | 81         int rowLength = 29;  in PostProcessing()  local
  | 
| /external/angle/src/tests/gl_tests/ | 
| D | UnpackRowLength.cpp | 47     void testRowLength(int texSize, int rowLength)  in testRowLength()
  | 
| D | TextureTest.cpp | 3021     const int rowLength  = getWindowWidth();  in TEST_P()  local
  | 
| /external/deqp/modules/gles3/functional/ | 
| D | es3fTextureSpecificationTests.cpp | 1066 …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 …] 
 | 
| D | es3fReadPixelsTests.cpp | 92 …const char* name, const char* description, int flags, int alignment, GLint rowLength, GLint skipRo…  in ReadPixelsTest()
  | 
| /external/deqp/modules/gles31/functional/ | 
| D | es31fTextureSpecificationTests.cpp | 410 							   int			rowLength,  in TexImageCubeArrayBufferCase() 433 		int						rowLength		= m_rowLength > 0 ? m_rowLength : m_size;  in createTexture()  local 497 								 int			rowLength,  in TexSubImageCubeArrayBufferCase() 548 			int		rowLength		= m_rowLength > 0 ? m_rowLength : m_subW;  in createTexture()  local 726 		int						rowLength		= m_size;  in createTexture()  local 876 			int			rowLength;  in init()  member 965 			int			rowLength;  in init()  member
  | 
| /external/mesa3d/src/mesa/drivers/x11/ | 
| D | xm_dd.c | 387          const int rowLength = clippedUnpack.RowLength;  in xmesa_DrawPixels_8R8G8B()  local 519          const int rowLength = clippedUnpack.RowLength;  in xmesa_DrawPixels_5R6G5B()  local
  | 
| /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ | 
| D | VDUBuffer.java | 839     int rowLength;  local
  | 
| /external/mesa3d/src/mesa/swrast/ | 
| D | s_drawpix.c | 166    const GLint rowLength = width * _mesa_get_format_bytes(rb->Format);  in fast_draw_generic_pixels()  local
  | 
| /external/deqp/modules/gles2/functional/ | 
| D | es2fBufferTestUtil.cpp | 370 static void renderQuadGridReference (tcu::Surface& dst, int numQuads, int rowLength, const deUint8*…  in renderQuadGridReference()
  | 
| /external/angle/src/libANGLE/ | 
| D | formatutils.cpp | 1767                                      GLint rowLength,  in computeRowPitch() 1820                                        GLint rowLength,  in computeDepthPitch()
  | 
| D | State.cpp | 1057 void PrivateState::setPackRowLength(GLint rowLength)  in setPackRowLength() 1081 void PrivateState::setUnpackRowLength(GLint rowLength)  in setUnpackRowLength()
  | 
| D | angletypes.h | 495     GLint rowLength   = 0;  member
  | 
| /external/deqp/modules/glshared/ | 
| D | glsBufferTestUtil.cpp | 531 static void renderQuadGridReference (tcu::Surface& dst, int numQuads, int rowLength, const deUint8*…  in renderQuadGridReference()
  | 
| /external/deqp/external/openglcts/modules/common/ | 
| D | glcPackedPixelsTests.cpp | 567 	int rowLength;			  // number of groups in the row  member 1208 	int rowLength = m_unpackProperties.rowLength;  in makeGradient()  local
  | 
| /external/skia/src/core/ | 
| D | SkAAClip.cpp | 913         size_t rowLength = compute_row_length(row, fBounds.width());  in validate()  local
  | 
| /external/deqp/external/vulkancts/modules/vulkan/api/ | 
| D | vktApiCopiesAndBlittingTests.cpp | 765 		deUint32 rowLength		= ((copyExtent.width + blockWidth-1) / blockWidth) * blockWidth;  in uploadImageAspect()  local 962 	deUint32 rowLength		= ((imageExtent.width + blockWidth-1) / blockWidth) * blockWidth;  in readImageAspect()  local 2400 	deUint32			rowLength	= region.bufferImageCopy.bufferRowLength;  in copyRegionToTextureLevel()  local 2634 	deUint32			rowLength	= region.bufferImageCopy.bufferRowLength;  in copyRegionToTextureLevel()  local 2683 	deUint32			rowLength	= region.bufferImageCopy.bufferRowLength;  in copyRegionToTextureLevel()  local
  | 
| /external/skia/src/gpu/ganesh/gl/ | 
| D | GrGLGpu.cpp | 1166             GrGLint rowLength = static_cast<GrGLint>(rowBytes / bpp);  in uploadTexData()  local
  | 
| /external/angle/src/libANGLE/renderer/vulkan/ | 
| D | TextureVk.cpp | 1855                                                uint32_t rowLength,  in copyBufferDataToImage()
  |