HomeSort by relevance Sort by last modified time
    Searched refs:pixelStorei (Results 1 - 25 of 46) sorted by null

1 2

  /external/deqp/framework/opengl/
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()));
gluStateReset.cpp 320 gl.pixelStorei(GL_UNPACK_ALIGNMENT, 4);
321 gl.pixelStorei(GL_PACK_ALIGNMENT, 4);
325 gl.pixelStorei(GL_UNPACK_IMAGE_HEIGHT, 0);
326 gl.pixelStorei(GL_UNPACK_SKIP_IMAGES, 0);
327 gl.pixelStorei(GL_UNPACK_ROW_LENGTH, 0);
328 gl.pixelStorei(GL_UNPACK_SKIP_ROWS, 0);
329 gl.pixelStorei(GL_UNPACK_SKIP_PIXELS, 0);
331 gl.pixelStorei(GL_PACK_ROW_LENGTH, 0);
332 gl.pixelStorei(GL_PACK_SKIP_ROWS, 0);
333 gl.pixelStorei(GL_PACK_SKIP_PIXELS, 0)
    [all...]
gluTexture.cpp 86 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
169 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
370 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
491 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
550 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
610 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
670 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
gluES3PlusWrapperFuncs.inl 94 dst->pixelStorei = src.pixelStorei;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 185 context->pixelStorei(GC3D_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM, !premultiplyAlpha);
188 context->pixelStorei(GC3D_UNPACK_FLIP_Y_CHROMIUM, !flipY);
191 context->pixelStorei(GC3D_UNPACK_FLIP_Y_CHROMIUM, false);
192 context->pixelStorei(GC3D_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM, false);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 476 context->pixelStorei(GC3D_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM, unpackUnpremultiplyAlphaNeeded);
477 context->pixelStorei(GC3D_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM, unpackPremultiplyAlphaNeeded);
478 context->pixelStorei(GC3D_UNPACK_FLIP_Y_CHROMIUM, flipY);
480 context->pixelStorei(GC3D_UNPACK_FLIP_Y_CHROMIUM, false);
481 context->pixelStorei(GC3D_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM, false);
482 context->pixelStorei(GC3D_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM, false);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 94 gl->pixelStorei = &glPixelStorei;
glwInitES20.inl 94 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
glwInitES30Direct.inl 94 gl->pixelStorei = &glPixelStorei;
glwFunctions.inl 37 glPixelStoreiFunc pixelStorei;
glwInitES30.inl 94 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
glwInitES31.inl 94 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
glwInitGL30.inl 35 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
glwInitGL31.inl 35 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
glwInitGL32.inl 35 gl->pixelStorei = (glPixelStoreiFunc) loader->get("glPixelStorei");
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 505 web_graphics_context->pixelStorei(GL_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM,
512 web_graphics_context->pixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, flip_y);
516 web_graphics_context->pixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, false);
517 web_graphics_context->pixelStorei(GL_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM,
    [all...]
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc 628 web_graphics_context->pixelStorei(GL_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM,
634 web_graphics_context->pixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, flip_y);
641 web_graphics_context->pixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, false);
642 web_graphics_context->pixelStorei(GL_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 64 virtual void pixelStorei (deUint32 pname, int param) = DE_NULL;
sglrContextWrapper.cpp 116 m_curCtx->pixelStorei(pname, param);
sglrGLContext.hpp 76 virtual void pixelStorei (deUint32 pname, int param);
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 175 virtual void pixelStorei(WGC3Denum pname, WGC3Dint param) { }
  /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 280 milliseconds

1 2