Home
last modified time | relevance | path

Searched refs:pixelStorei (Results 1 – 25 of 41) sorted by relevance

12

/external/deqp/framework/opengl/
DgluStateReset.cpp419 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4); in resetStateES()
420 gl.pixelStorei(GL_PACK_ALIGNMENT, 4); in resetStateES()
424 gl.pixelStorei(GL_UNPACK_IMAGE_HEIGHT, 0); in resetStateES()
425 gl.pixelStorei(GL_UNPACK_SKIP_IMAGES, 0); in resetStateES()
426 gl.pixelStorei(GL_UNPACK_ROW_LENGTH, 0); in resetStateES()
427 gl.pixelStorei(GL_UNPACK_SKIP_ROWS, 0); in resetStateES()
428 gl.pixelStorei(GL_UNPACK_SKIP_PIXELS, 0); in resetStateES()
430 gl.pixelStorei(GL_PACK_ROW_LENGTH, 0); in resetStateES()
431 gl.pixelStorei(GL_PACK_SKIP_ROWS, 0); in resetStateES()
432 gl.pixelStorei(GL_PACK_SKIP_PIXELS, 0); in resetStateES()
[all …]
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()
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()
354 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
475 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
562 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
684 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
775 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
DgluES3PlusWrapperFuncs.inl190 dst->pixelStorei = src.pixelStorei;
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js398 ctx.pixelStorei(ctx.PACK_ALIGNMENT, 4);
399 ctx.pixelStorei(ctx.UNPACK_ALIGNMENT, 4);
400 ctx.pixelStorei(ctx.UNPACK_FLIP_Y_WEBGL, false);
401 ctx.pixelStorei(ctx.UNPACK_PREMULTIPLY_ALPHA_WEBGL, false);
404 ctx.pixelStorei(ctx.UNPACK_COLORSPACE_CONVERSION_WEBGL, ctx.BROWSER_DEFAULT_WEBGL);
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl96 gl->pixelStorei = &glPixelStorei;
DglwInitES30Direct.inl163 gl->pixelStorei = &glPixelStorei;
DglwInitES20.inl96 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
DglwInitES31Direct.inl190 gl->pixelStorei = &glPixelStorei;
DglwInitES32Direct.inl223 gl->pixelStorei = &glPixelStorei;
DglwFunctions.inl376 glPixelStoreiFunc pixelStorei; variable
DglwInitES30.inl163 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
DglwInitGL30.inl162 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
DglwInitGL31.inl171 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
DglwInitGL32.inl185 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
DglwInitES31.inl190 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp1061 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload2dTexture()
1085 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in uploadCubeTexture()
1112 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload2dArrayTexture()
1138 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in upload3dTexture()
/external/deqp/modules/gles2/functional/
Des2fTextureUnitTests.cpp857 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in render()
879 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1); in render()
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp76 virtual void pixelStorei (deUint32 pname, int param);
DsglrContextWrapper.cpp116 m_curCtx->pixelStorei(pname, param); in glPixelStorei()
DsglrContext.hpp64 virtual void pixelStorei (deUint32 pname, int param) = DE_NULL;
/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp208 gl.pixelStorei (GL_UNPACK_ALIGNMENT, m_alignment); in init()
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp121 fFunctions.fPixelStorei = bind_to_member(this, &GrGLTestInterface::pixelStorei); in GrGLTestInterface()
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp122 GrGLvoid pixelStorei(GrGLenum pname, GrGLint param) override { in pixelStorei() function in __anonfa2854ca0111::DebugInterface
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl376 gl->pixelStorei = glPixelStorei;

12