/external/mesa3d/src/glx/ |
D | pixel.c | 89 GLint skipPixels = state->storeUnpack.skipPixels; in FillBitmap() local 110 ((skipPixels * components) >> 3); in FillBitmap() 111 bitOffset = (skipPixels * components) & 7; in FillBitmap() 172 GLint skipPixels = state->storeUnpack.skipPixels; in __glFillImage() local 211 skipRows * rowSize + skipPixels * groupSize; in __glFillImage() 277 GLint skipPixels = state->storePack.skipPixels; in EmptyBitmap() local 309 ((skipPixels * components) >> 3); in EmptyBitmap() 310 bitOffset = (skipPixels * components) & 7; in EmptyBitmap() 399 GLint skipPixels = state->storePack.skipPixels; in __glEmptyImage() local 438 skipRows * rowSize + skipPixels * groupSize; in __glEmptyImage()
|
D | pixelstore.c | 110 state->storePack.skipPixels = a; in __indirect_glPixelStoref() 171 state->storeUnpack.skipPixels = a; in __indirect_glPixelStoref() 255 state->storePack.skipPixels = param; in __indirect_glPixelStorei() 310 state->storeUnpack.skipPixels = param; in __indirect_glPixelStorei()
|
D | single2.c | 258 *data = (GLintptr) state->storePack.skipPixels; in get_client_data() 282 *data = (GLintptr) state->storeUnpack.skipPixels; in get_client_data()
|
D | glxclient.h | 188 GLuint skipPixels; member
|
/external/mesa3d/src/mesa/swrast/ |
D | s_drawpix.c | 378 GLint skipPixels = 0; in draw_depth_pixels() local 381 while (skipPixels < width) { in draw_depth_pixels() 382 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); in draw_depth_pixels() 389 row, skipPixels); in draw_depth_pixels() 394 span.x = x + skipPixels; in draw_depth_pixels() 408 skipPixels += spanWidth; in draw_depth_pixels() 459 GLint skipPixels = 0; in draw_rgba_pixels() local 511 while (skipPixels < width) { in draw_rgba_pixels() 512 const GLint spanWidth = MIN2(width - skipPixels, SWRAST_MAX_WIDTH); in draw_rgba_pixels() 516 type, 0, skipPixels); in draw_rgba_pixels() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 1066 … internalFormat, int width, int height, int rowLength, int skipRows, int skipPixels, int alignment) in TexImage2DParamsCase() argument 1071 , m_skipPixels (skipPixels) in TexImage2DParamsCase() 1131 int skipPixels, in TexImage3DParamsCase() argument 1139 , m_skipPixels (skipPixels) in TexImage3DParamsCase() 1361 int skipPixels, in TexSubImage2DParamsCase() argument 1371 , m_skipPixels (skipPixels) in TexSubImage2DParamsCase() 1780 int skipPixels, in TexSubImage3DParamsCase() argument 1794 , m_skipPixels (skipPixels) in TexSubImage3DParamsCase() 2299 int skipPixels, in TexImage2DBufferCase() argument 2306 , m_skipPixels (skipPixels) in TexImage2DBufferCase() [all …]
|
D | es3fReadPixelsTests.cpp | 69 …tion, int flags, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format =… 92 …tion, int flags, int alignment, GLint rowLength, GLint skipRows, GLint skipPixels, GLenum format, … in ReadPixelsTest() argument 100 , m_skipPixels (skipPixels) in ReadPixelsTest()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 413 int skipPixels, in TexImageCubeArrayBufferCase() argument 422 , m_skipPixels (skipPixels) in TexImageCubeArrayBufferCase() 500 int skipPixels, in TexSubImageCubeArrayBufferCase() argument 515 , m_skipPixels (skipPixels) in TexSubImageCubeArrayBufferCase() 879 int skipPixels; in init() member 913 parameterCases[ndx].skipPixels, in init() 968 int skipPixels; in init() member 1018 paramCases[ndx].skipPixels, in init()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 574 int skipPixels; // (UN)PACK_SKIP_PIXELS member 894 m_initialPackProperties.skipPixels = 0; in resetInitialStorageModes() 903 m_initialUnpackProperties.skipPixels = 0; in resetInitialStorageModes() 926 gl.pixelStorei(GL_PACK_SKIP_PIXELS, pp.skipPixels); in applyInitialStorageModes() 931 gl.pixelStorei(GL_UNPACK_SKIP_PIXELS, up.skipPixels); in applyInitialStorageModes() 1210 rowLength = GRADIENT_WIDTH + m_unpackProperties.skipPixels; in makeGradient() 1259 (j < m_unpackProperties.skipRows + GRADIENT_HEIGHT) && (m_unpackProperties.skipPixels <= x) && in makeGradient() 1260 (x < m_unpackProperties.skipPixels + GRADIENT_WIDTH)) in makeGradient() 1262 float value = static_cast<float>(x - m_unpackProperties.skipPixels) / GRADIENT_WIDTH; in makeGradient() 2175 …props.rowLength = (props.rowLength == 0) ? (GRADIENT_WIDTH + props.skipPixels) : props.rowLen… in readOutputData() [all …]
|
/external/angle/src/libANGLE/ |
D | State.h | 551 void setPackSkipPixels(GLint skipPixels); 552 GLint getPackSkipPixels() const { return mPack.skipPixels; } in getPackSkipPixels() 567 void setUnpackSkipPixels(GLint skipPixels); 568 GLint getUnpackSkipPixels() const { return mUnpack.skipPixels; } in getUnpackSkipPixels()
|
D | State.cpp | 2294 void State::setPackSkipPixels(GLint skipPixels) in setPackSkipPixels() argument 2296 mPack.skipPixels = skipPixels; in setPackSkipPixels() 2330 void State::setUnpackSkipPixels(GLint skipPixels) in setUnpackSkipPixels() argument 2332 mUnpack.skipPixels = skipPixels; in setUnpackSkipPixels() 2683 *params = mPack.skipPixels; in getIntegerv() 2701 *params = mUnpack.skipPixels; in getIntegerv()
|
D | angletypes.h | 460 GLint skipPixels = 0; member
|
D | formatutils.cpp | 1785 CheckedNumeric<GLuint> checkedSkipPixels(static_cast<GLuint>(state.skipPixels)); in computeSkipBytes()
|
D | validationES3.cpp | 841 if (unpack.skipPixels + width > dataStoreWidth) in ValidateES3TexImageParametersBase()
|
D | validationES.cpp | 7265 if (pack.skipPixels + width > dataStoreWidth) in ValidatePixelPack()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 567 if (mUnpackSkipPixels != unpack.skipPixels) in setPixelUnpackState() 569 mUnpackSkipPixels = unpack.skipPixels; in setPixelUnpackState() 634 if (mPackSkipPixels != pack.skipPixels) in setPixelPackState() 636 mPackSkipPixels = pack.skipPixels; in setPixelPackState()
|
D | FramebufferGL.cpp | 728 (packState.skipRows != 0 || packState.skipPixels != 0); in readPixels()
|
D | TextureGL.cpp | 414 directUnpack.skipPixels = 0; in setSubImageRowByRowWorkaround()
|
/external/angle/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 501 json->addScalar("SkipPixels", pixelPackState.skipPixels); in SerializePixelPackState() 513 json->addScalar("SkipPixels", pixelUnpackState.skipPixels); in SerializePixelUnpackState()
|
D | FrameCapture.cpp | 4143 if (currentPackState.skipPixels != apiState.getPackSkipPixels()) in CaptureMidExecutionSetup() 4147 currentPackState.skipPixels = apiState.getPackSkipPixels(); in CaptureMidExecutionSetup() 4166 if (currentUnpackState.skipPixels != apiState.getUnpackSkipPixels()) in CaptureMidExecutionSetup() 4170 currentUnpackState.skipPixels = apiState.getUnpackSkipPixels(); in CaptureMidExecutionSetup()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Image9.cpp | 494 ASSERT(unpack.skipPixels == 0); in loadData()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 365 return unpackBuffer != nullptr && unpack.skipRows == 0 && unpack.skipPixels == 0 && in isFastUnpackable() 379 bool check = (unpack.skipRows != 0 || unpack.skipPixels != 0 || unpack.imageHeight != 0 || in fastUnpackPixels()
|