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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/PerformanceTests/Canvas/
upload-video-to-texture.html 60 gl.pixelStorei(gl.UNPACK_FLIP_Y_WEBGL, flipYAndPremultipyAlphas[i][0]);
61 gl.pixelStorei(gl.UNPACK_PREMULTIPLY_ALPHA_WEBGL, flipYAndPremultipyAlphas[i][1]);
upload-video-to-sub-texture.html 62 gl.pixelStorei(gl.UNPACK_FLIP_Y_WEBGL, flipYAndPremultipyAlphas[i][0]);
63 gl.pixelStorei(gl.UNPACK_PREMULTIPLY_ALPHA_WEBGL, flipYAndPremultipyAlphas[i][1]);
  /external/deqp/framework/opengl/
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...]
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()));
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()));
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 54 EXPECT_CALL(*gl_, PixelStorei(GL_PACK_ALIGNMENT, 4))
57 EXPECT_CALL(*gl_, PixelStorei(GL_UNPACK_ALIGNMENT, 4))
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 136 'PixelStorei',
377 "PixelStorei",
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 136 'PixelStorei',
377 "PixelStorei",
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_flipy.txt 27 Accepted by the <param> parameter of PixelStorei:
CHROMIUM_map_sub.txt 101 described by <width>, <height>, <format>, <type> and the current 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/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 96 GET_PROC(PixelStorei);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 96 GET_PROC(PixelStorei);
  /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/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc     [all...]
  /external/chromium_org/cc/resources/
texture_uploader_unittest.cc 22 virtual void PixelStorei(GLenum pname, GLint param) OVERRIDE {
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 107 #define glPixelStorei GLES2_GET_FUN(PixelStorei)
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 107 OP(PixelStorei) /* 348 */ \
  /external/chromium_org/third_party/mesa/src/docs/
MESA_pack_invert.spec 65 Accepted by the <pname> parameter of PixelStorei and PixelStoref
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 124 GET_PROC(PixelStorei);
GrGpuGL.cpp 323 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0));
326 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, 0));
329 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE));
332 GL_CALL(PixelStorei(GR_GL_PACK_REVERSE_ROW_ORDER, GR_GL_FALSE));
614 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength));
640 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_TRUE));
642 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, static_cast<GrGLint>(bpp)));
707 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0));
710 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE));
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 94 gl->pixelStorei = &glPixelStorei;
  /external/mesa3d/docs/
MESA_pack_invert.spec 65 Accepted by the <pname> parameter of PixelStorei and PixelStoref
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 124 GET_PROC(PixelStorei);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]

Completed in 627 milliseconds

1 2 3 4 5