Searched refs:PixelStorei (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_0_autogen.h68 EXPECT_CALL(*gl_, PixelStorei(GL_PACK_ALIGNMENT, 4))
71 EXPECT_CALL(*gl_, PixelStorei(GL_UNPACK_ALIGNMENT, 4))
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp95 GET_PROC(PixelStorei);
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp95 GET_PROC(PixelStorei);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.cpp332 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0));
335 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, 0));
338 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE));
341 GL_CALL(PixelStorei(GR_GL_PACK_REVERSE_ROW_ORDER, GR_GL_FALSE));
610 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength));
636 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_TRUE));
638 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, static_cast<GrGLint>(bpp)));
703 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0));
706 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE));
1456 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGT
[all...]
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp332 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0));
335 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, 0));
338 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE));
341 GL_CALL(PixelStorei(GR_GL_PACK_REVERSE_ROW_ORDER, GR_GL_FALSE));
610 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength));
636 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_TRUE));
638 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, static_cast<GrGLint>(bpp)));
703 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0));
706 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE));
1456 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGT
[all...]
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc2106 gl_->PixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, GL_TRUE);
2194 gl_->PixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, GL_TRUE);
2243 cmds::PixelStorei pixel_store_i1;
2245 cmds::PixelStorei pixel_store_i2;
2275 gl_->PixelStorei(GL_UNPACK_ALIGNMENT, kPixelStoreUnpackAlignment);
2279 gl_->PixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, GL_TRUE);
2322 cmds::PixelStorei pixel_store_i;
2323 cmds::PixelStorei pixel_store_i2;
2328 cmds::PixelStorei pixel_store_i;
2329 cmds::PixelStorei pixel_store_i
[all...]
H A Dgles2_interface_stub_impl_autogen.h285 void GLES2InterfaceStub::PixelStorei(GLenum /* pname */, GLint /* param */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h856 void PixelStorei(GLenum pname, GLint param) { function
857 gles2::cmds::PixelStorei* c = GetCmdSpace<gles2::cmds::PixelStorei>();
H A Dgles2_implementation_unittest_autogen.h914 TEST_F(GLES2ImplementationTest, PixelStorei) {
916 cmds::PixelStorei cmd;
921 gl_->PixelStorei(GL_PACK_ALIGNMENT, 1);
H A Dgles2_trace_implementation_impl_autogen.h520 void GLES2TraceImplementation::PixelStorei(GLenum pname, GLint param) { function in class:GLES2TraceImplementation
521 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::PixelStorei");
522 gl_->PixelStorei(pname, param);
H A Dgles2_implementation_autogen.h231 virtual void PixelStorei(GLenum pname, GLint param) OVERRIDE;
H A Dgles2_interface_autogen.h140 virtual void PixelStorei(GLenum pname, GLint param) = 0;
H A Dgles2_interface_stub_autogen.h150 virtual void PixelStorei(GLenum pname, GLint param) OVERRIDE;
H A Dgles2_trace_implementation_autogen.h150 virtual void PixelStorei(GLenum pname, GLint param) OVERRIDE;
/external/chromium_org/cc/scheduler/
H A Dtexture_uploader_unittest.cc22 virtual void PixelStorei(GLenum pname, GLint param) OVERRIDE {
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h116 OP(PixelStorei) /* 359 */ \
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp139 GET_PROC(PixelStorei);
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp126 GR_GL_GET_PROC(PixelStorei);
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp139 GET_PROC(PixelStorei);
/external/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp126 GR_GL_GET_PROC(PixelStorei);
/external/chromium_org/content/renderer/media/
H A Drenderer_gpu_video_accelerator_factories.cc263 gles2->PixelStorei(GL_PACK_ALIGNMENT, 4);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h105 #define glPixelStorei GLES2_GET_FUN(PixelStorei)
/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp118 SET_PROC(PixelStorei)
/external/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp118 SET_PROC(PixelStorei)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc774 void PixelStorei(PP_Resource context_id, GLenum pname, GLint param) { function in namespace:ppapi::__anon10227
777 ToGles2Impl(&enter)->PixelStorei(pname, param);
1453 &PixelStorei,

Completed in 259 milliseconds

12