Home
last modified time | relevance | path

Searched refs:pixelStorei (Results 1 - 25 of 48) sorted by relevance

12

/third_party/vk-gl-cts/framework/opengl/
H A DgluPixelTransfer.cpp60 gl.pixelStorei(GL_PACK_ALIGNMENT, getTransferAlignment(dst.getFormat())); in readPixels()
79 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat())); in texImage2D()
99 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat())); in texImage3D()
118 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat())); in texSubImage2D()
138 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat())); in texSubImage3D()
H A DgluStateReset.cpp428 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in resetStateES()
429 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in resetStateES()
433 gl.pixelStorei(GL_UNPACK_IMAGE_HEIGHT, 0); in resetStateES()
434 gl.pixelStorei(GL_UNPACK_SKIP_IMAGES, 0); in resetStateES()
435 gl.pixelStorei(GL_UNPACK_ROW_LENGTH, 0); in resetStateES()
436 gl.pixelStorei(GL_UNPACK_SKIP_ROWS, 0); in resetStateES()
437 gl.pixelStorei(GL_UNPACK_SKIP_PIXELS, 0); in resetStateES()
439 gl.pixelStorei(GL_PACK_ROW_LENGTH, 0); in resetStateES()
440 gl.pixelStorei(GL_PACK_SKIP_ROWS, 0); in resetStateES()
441 gl.pixelStorei(GL_PACK_SKIP_PIXEL in resetStateES()
[all...]
H A DgluTexture.cpp86 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
169 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
301 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
388 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
509 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
596 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
718 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
809 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayGenerateMipMap.cpp145 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in deinit()
146 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in deinit()
204 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in initTest()
205 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in initTest()
501 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in deinit()
502 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in deinit()
547 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in initTest()
548 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in initTest()
H A DesextcTextureCubeMapArrayColorDepthAttachments.cpp1083 gl.pixelStorei(GL_PACK_ALIGNMENT, 2); in verifyDepth16Data()
1102 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in verifyDepth16Data()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureBarrierTests.cpp200 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in init()
201 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in init()
238 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in deinit()
239 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in deinit()
H A Dgl4cIndirectParametersTests.cpp281 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in verify()
283 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in verify()
H A Dgl4cShaderDrawParametersTests.cpp311 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in verify()
313 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in verify()
H A Dgl4cTextureViewTests.cpp4310 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in deinit()
4311 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in deinit()
5916 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in initTest()
5917 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in initTest()
6561 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in deinit()
6562 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in deinit()
6970 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in initTest()
6971 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in initTest()
H A Dgl4cDirectStateAccessTexturesTests.cpp1093 gl.pixelStorei(GL_UNPACK_ALIGNMENT, sizeof(T)); in Check()
1096 gl.pixelStorei(GL_PACK_ALIGNMENT, sizeof(T)); in Check()
1974 gl.pixelStorei(GL_UNPACK_ALIGNMENT, sizeof(T)); in Test()
1977 gl.pixelStorei(GL_PACK_ALIGNMENT, sizeof(T)); in Test()
3276 gl.pixelStorei(GL_UNPACK_ALIGNMENT, sizeof(T)); in Test()
3279 gl.pixelStorei(GL_PACK_ALIGNMENT, sizeof(T)); in Test()
7608 gl.pixelStorei(GL_UNPACK_ALIGNMENT, sizeof(glw::GLubyte)); in CreateTextures()
7611 gl.pixelStorei(GL_PACK_ALIGNMENT, sizeof(glw::GLubyte)); in CreateTextures()
7772 gl.pixelStorei(GL_UNPACK_ALIGNMENT, sizeof(glw::GLubyte)); in Check()
7775 gl.pixelStorei(GL_PACK_ALIGNMEN in Check()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp546 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_UNPACK_ALIGNMENT, mUnpackAlignment)); in setPixelUnpackState()
554 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_UNPACK_ROW_LENGTH, mUnpackRowLength)); in setPixelUnpackState()
562 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_UNPACK_SKIP_ROWS, mUnpackSkipRows)); in setPixelUnpackState()
570 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_UNPACK_SKIP_PIXELS, mUnpackSkipPixels)); in setPixelUnpackState()
578 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_UNPACK_IMAGE_HEIGHT, mUnpackImageHeight)); in setPixelUnpackState()
586 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_UNPACK_SKIP_IMAGES, mUnpackSkipImages)); in setPixelUnpackState()
613 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_PACK_ALIGNMENT, mPackAlignment)); in setPixelPackState()
621 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_PACK_ROW_LENGTH, mPackRowLength)); in setPixelPackState()
629 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_PACK_SKIP_ROWS, mPackSkipRows)); in setPixelPackState()
637 ANGLE_GL_TRY(context, mFunctions->pixelStorei(GL_PACK_SKIP_PIXEL in setPixelPackState()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcNearestEdgeTests.cpp292 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in fillTexture()
359 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in verifyResults()
H A DglcPackedPixelsTests.cpp924 gl.pixelStorei(GL_PACK_ROW_LENGTH, pp.rowLength); in applyInitialStorageModes()
925 gl.pixelStorei(GL_PACK_SKIP_ROWS, pp.skipRows); in applyInitialStorageModes()
926 gl.pixelStorei(GL_PACK_SKIP_PIXELS, pp.skipPixels); in applyInitialStorageModes()
927 gl.pixelStorei(GL_PACK_ALIGNMENT, pp.alignment); in applyInitialStorageModes()
929 gl.pixelStorei(GL_UNPACK_ROW_LENGTH, up.rowLength); in applyInitialStorageModes()
930 gl.pixelStorei(GL_UNPACK_SKIP_ROWS, up.skipRows); in applyInitialStorageModes()
931 gl.pixelStorei(GL_UNPACK_SKIP_PIXELS, up.skipPixels); in applyInitialStorageModes()
932 gl.pixelStorei(GL_UNPACK_ALIGNMENT, up.alignment); in applyInitialStorageModes()
933 gl.pixelStorei(GL_UNPACK_IMAGE_HEIGHT, up.rowCount); in applyInitialStorageModes()
934 gl.pixelStorei(GL_UNPACK_SKIP_IMAGE in applyInitialStorageModes()
[all...]
H A DglcGLSLVectorConstructorTests.cpp498 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferOperations.cpp965 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in initializeBufferObjectData()
968 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in initializeBufferObjectData()
975 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in initializeBufferObjectData()
978 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in initializeBufferObjectData()
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cNumberParsingTests.cpp398 gl.pixelStorei(GL_PACK_ALIGNMENT, 1); in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp1063 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload2dTexture()
1087 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in uploadCubeTexture()
1114 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload2dArrayTexture()
1140 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload3dTexture()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h126 void pixelStorei(GLenum pname, GLint param); \
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateAttachmentTests.cpp252 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in setupTest()
253 GLU_EXPECT_NO_ERROR(gl.getError(), "Error set pixelStorei for unpack alignment"); in setupTest()
H A DesextcFragmentShadingRateCombinedTests.cpp278 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in setupTest()
279 GLU_EXPECT_NO_ERROR(gl.getError(), "Error set pixelStorei for unpack alignment"); in setupTest()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp64 virtual void pixelStorei (deUint32 pname, int param) = DE_NULL;
H A DsglrContextWrapper.cpp116 m_curCtx->pixelStorei(pname, param); in glPixelStorei()
H A DsglrGLContext.hpp76 virtual void pixelStorei (deUint32 pname, int param);
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp208 gl.pixelStorei (GL_UNPACK_ALIGNMENT, m_alignment); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureUnitTests.cpp859 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in render()
881 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in render()

Completed in 66 milliseconds

12