HomeSort by relevance Sort by last modified time
    Searched full:pixelstorei (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/deqp/framework/opengl/
gluStateReset.cpp 392 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4);
393 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
397 gl.pixelStorei(GL_UNPACK_IMAGE_HEIGHT, 0);
398 gl.pixelStorei(GL_UNPACK_SKIP_IMAGES, 0);
399 gl.pixelStorei(GL_UNPACK_ROW_LENGTH, 0);
400 gl.pixelStorei(GL_UNPACK_SKIP_ROWS, 0);
401 gl.pixelStorei(GL_UNPACK_SKIP_PIXELS, 0);
403 gl.pixelStorei(GL_PACK_ROW_LENGTH, 0);
404 gl.pixelStorei(GL_PACK_SKIP_ROWS, 0);
405 gl.pixelStorei(GL_PACK_SKIP_PIXELS, 0)
    [all...]
gluPixelTransfer.cpp 60 gl.pixelStorei(GL_PACK_ALIGNMENT, getTransferAlignment(dst.getFormat()));
79 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat()));
99 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat()));
118 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat()));
138 gl.pixelStorei(GL_UNPACK_ALIGNMENT, getTransferAlignment(src.getFormat()));
gluTexture.cpp 86 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
169 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
354 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
475 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
562 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
684 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
775 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
gluES3PlusWrapperFuncs.inl 190 dst->pixelStorei = src.pixelStorei;
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 136 'PixelStorei',
377 "PixelStorei",
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 160 GET_PROC(PixelStorei);
413 GET_PROC(PixelStorei);
GrGLGpu.cpp 388 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0));
391 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, 0));
394 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE));
397 GL_CALL(PixelStorei(GR_GL_PACK_REVERSE_ROW_ORDER, GR_GL_FALSE));
653 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength));
679 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_TRUE));
681 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT,
734 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0));
737 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE));
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 96 gl->pixelStorei = &glPixelStorei;
glwInitES20.inl 96 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
glwFunctions.inl 376 glPixelStoreiFunc pixelStorei;
    [all...]
glwInitES30Direct.inl 163 gl->pixelStorei = &glPixelStorei;
glwInitES30.inl 163 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
glwInitES31Direct.inl 190 gl->pixelStorei = &glPixelStorei;
glwInitGL30.inl 162 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
glwInitES31.inl 190 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
glwInitGL31.inl 171 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
glwInitGL32.inl 185 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
glwInitGL33.inl 197 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
  /external/mesa3d/docs/
MESA_pack_invert.spec 65 Accepted by the <pname> parameter of PixelStorei and PixelStoref
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 116 m_curCtx->pixelStorei(pname, param);
sglrGLContext.hpp 76 virtual void pixelStorei (deUint32 pname, int param);
sglrContext.hpp 64 virtual void pixelStorei (deUint32 pname, int param) = DE_NULL;
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp     [all...]
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 208 gl.pixelStorei (GL_UNPACK_ALIGNMENT, m_alignment);
  /external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp 856 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1);
878 context.pixelStorei(GL_UNPACK_ALIGNMENT, 1);
    [all...]

Completed in 615 milliseconds

1 2 3