Home
last modified time | relevance | path

Searched refs:PixelStorei (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_0_autogen.h70 EXPECT_CALL(*gl_, PixelStorei(GL_PACK_ALIGNMENT, 4)) in SetupInitStateExpectations()
73 EXPECT_CALL(*gl_, PixelStorei(GL_UNPACK_ALIGNMENT, 4)) in SetupInitStateExpectations()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGpuGL.cpp326 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onResetContext()
329 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, 0)); in onResetContext()
332 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE)); in onResetContext()
335 GL_CALL(PixelStorei(GR_GL_PACK_REVERSE_ROW_ORDER, GR_GL_FALSE)); in onResetContext()
618 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength)); in uploadTexData()
644 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_TRUE)); in uploadTexData()
646 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, in uploadTexData()
699 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in uploadTexData()
702 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE)); in uploadTexData()
1635 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, in onReadPixels()
[all …]
DGrGLAssembleInterface.cpp145 GET_PROC(PixelStorei); in GrGLAssembleGLInterface()
373 GET_PROC(PixelStorei); in GrGLAssembleGLESInterface()
/external/skia/src/gpu/gl/
DGrGpuGL.cpp323 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onResetContext()
326 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, 0)); in onResetContext()
329 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE)); in onResetContext()
332 GL_CALL(PixelStorei(GR_GL_PACK_REVERSE_ROW_ORDER, GR_GL_FALSE)); in onResetContext()
614 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength)); in uploadTexData()
640 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_TRUE)); in uploadTexData()
642 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, static_cast<GrGLint>(bpp))); in uploadTexData()
707 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in uploadTexData()
710 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE)); in uploadTexData()
1653 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, in onReadPixels()
[all …]
DGrGLAssembleInterface.cpp124 GET_PROC(PixelStorei); in GrGLAssembleGLInterface()
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_unittest.cc2326 gl_->PixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, GL_TRUE); in TEST_F()
2414 gl_->PixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, GL_TRUE); in TEST_F()
2463 cmds::PixelStorei pixel_store_i1; in TEST_F()
2465 cmds::PixelStorei pixel_store_i2; in TEST_F()
2495 gl_->PixelStorei(GL_UNPACK_ALIGNMENT, kPixelStoreUnpackAlignment); in TEST_F()
2499 gl_->PixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, GL_TRUE); in TEST_F()
2542 cmds::PixelStorei pixel_store_i; in TEST_F()
2543 cmds::PixelStorei pixel_store_i2; in TEST_F()
2548 cmds::PixelStorei pixel_store_i; in TEST_F()
2549 cmds::PixelStorei pixel_store_i2; in TEST_F()
[all …]
Dgles2_interface_stub_impl_autogen.h341 void GLES2InterfaceStub::PixelStorei(GLenum /* pname */, GLint /* param */) { in PixelStorei() function
Dgles2_implementation_unittest_autogen.h932 TEST_F(GLES2ImplementationTest, PixelStorei) { in TEST_F() argument
934 cmds::PixelStorei cmd; in TEST_F()
939 gl_->PixelStorei(GL_PACK_ALIGNMENT, 1); in TEST_F()
Dgles2_cmd_helper_autogen.h868 void PixelStorei(GLenum pname, GLint param) { in PixelStorei() function
869 gles2::cmds::PixelStorei* c = GetCmdSpace<gles2::cmds::PixelStorei>(); in PixelStorei()
Dgles2_trace_implementation_impl_autogen.h597 void GLES2TraceImplementation::PixelStorei(GLenum pname, GLint param) { in PixelStorei() function
599 gl_->PixelStorei(pname, param); in PixelStorei()
Dgles2_interface_autogen.h203 virtual void PixelStorei(GLenum pname, GLint param) = 0;
Dgles2_implementation_autogen.h292 virtual void PixelStorei(GLenum pname, GLint param) OVERRIDE;
Dgles2_interface_stub_autogen.h213 virtual void PixelStorei(GLenum pname, GLint param) OVERRIDE;
/external/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp96 GET_PROC(PixelStorei); in GrGLCreateANGLEInterface()
/external/chromium_org/cc/resources/
Dtexture_uploader_unittest.cc22 virtual void PixelStorei(GLenum pname, GLint param) OVERRIDE { in PixelStorei() function in cc::__anond0ea3c600111::TextureUploadTestContext
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h107 OP(PixelStorei) /* 348 */ \
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
DCHROMIUM_flipy.txt27 Accepted by the <param> parameter of PixelStorei:
DCHROMIUM_map_sub.txt101 described by <width>, <height>, <format>, <type> and the current PixelStorei
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h107 #define glPixelStorei GLES2_GET_FUN(PixelStorei)
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc868 void PixelStorei(PP_Resource context_id, GLenum pname, GLint param) { in PixelStorei() function
871 ToGles2Impl(&enter)->PixelStorei(pname, param); in PixelStorei()
1656 &PixelStorei, &PolygonOffset, in GetInterface()
/external/chromium_org/mojo/examples/pepper_container_app/
Dppb_opengles2_thunk.cc856 void PixelStorei(PP_Resource context_id, GLenum pname, GLint param) { in PixelStorei() function
1424 &PixelStorei, &PolygonOffset, in GetPPB_OpenGLES2_Thunk()
/external/chromium_org/ppapi/c/
Dppb_opengles2.h347 void (*PixelStorei)(PP_Resource context, GLenum pname, GLint param); member
806 void (*PixelStorei)(PP_Resource context, GLenum pname, GLint param); member
/external/chromium_org/mojo/public/c/gles2/
Dgles2_call_visitor_autogen.h314 VISIT_GL_CALL(PixelStorei, void, (GLenum pname, GLint param), (pname, param))
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h300 void (GLAPIENTRY * PixelStorei)(GLenum, GLint);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dstw_icd.h300 void (GLAPIENTRY * PixelStorei)(GLenum, GLint);

12