/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_0_autogen.h | 70 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/ |
D | GrGpuGL.cpp | 326 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 …]
|
D | GrGLAssembleInterface.cpp | 145 GET_PROC(PixelStorei); in GrGLAssembleGLInterface() 373 GET_PROC(PixelStorei); in GrGLAssembleGLESInterface()
|
/external/skia/src/gpu/gl/ |
D | GrGpuGL.cpp | 323 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 …]
|
D | GrGLAssembleInterface.cpp | 124 GET_PROC(PixelStorei); in GrGLAssembleGLInterface()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_unittest.cc | 2326 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 …]
|
D | gles2_interface_stub_impl_autogen.h | 341 void GLES2InterfaceStub::PixelStorei(GLenum /* pname */, GLint /* param */) { in PixelStorei() function
|
D | gles2_implementation_unittest_autogen.h | 932 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()
|
D | gles2_cmd_helper_autogen.h | 868 void PixelStorei(GLenum pname, GLint param) { in PixelStorei() function 869 gles2::cmds::PixelStorei* c = GetCmdSpace<gles2::cmds::PixelStorei>(); in PixelStorei()
|
D | gles2_trace_implementation_impl_autogen.h | 597 void GLES2TraceImplementation::PixelStorei(GLenum pname, GLint param) { in PixelStorei() function 599 gl_->PixelStorei(pname, param); in PixelStorei()
|
D | gles2_interface_autogen.h | 203 virtual void PixelStorei(GLenum pname, GLint param) = 0;
|
D | gles2_implementation_autogen.h | 292 virtual void PixelStorei(GLenum pname, GLint param) OVERRIDE;
|
D | gles2_interface_stub_autogen.h | 213 virtual void PixelStorei(GLenum pname, GLint param) OVERRIDE;
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 96 GET_PROC(PixelStorei); in GrGLCreateANGLEInterface()
|
/external/chromium_org/cc/resources/ |
D | texture_uploader_unittest.cc | 22 virtual void PixelStorei(GLenum pname, GLint param) OVERRIDE { in PixelStorei() function in cc::__anond0ea3c600111::TextureUploadTestContext
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 107 OP(PixelStorei) /* 348 */ \
|
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/ |
D | CHROMIUM_flipy.txt | 27 Accepted by the <param> parameter of PixelStorei:
|
D | CHROMIUM_map_sub.txt | 101 described by <width>, <height>, <format>, <type> and the current PixelStorei
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 107 #define glPixelStorei GLES2_GET_FUN(PixelStorei)
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 868 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/ |
D | ppb_opengles2_thunk.cc | 856 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/ |
D | ppb_opengles2.h | 347 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/ |
D | gles2_call_visitor_autogen.h | 314 VISIT_GL_CALL(PixelStorei, void, (GLenum pname, GLint param), (pname, param))
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 300 void (GLAPIENTRY * PixelStorei)(GLenum, GLint);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 300 void (GLAPIENTRY * PixelStorei)(GLenum, GLint);
|