Searched refs:PixelStorei (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 508 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onResetContext() 511 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, 0)); in onResetContext() 514 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE)); in onResetContext() 517 GL_CALL(PixelStorei(GR_GL_PACK_REVERSE_ROW_ORDER, GR_GL_FALSE)); in onResetContext() 964 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength)); in uploadTexData() 992 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_TRUE)); in uploadTexData() 994 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, config_alignment(dataConfig))); in uploadTexData() 1034 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in uploadTexData() 1037 GL_CALL(PixelStorei(GR_GL_UNPACK_FLIP_Y, GR_GL_FALSE)); in uploadTexData() 2419 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, in onReadPixels() [all …]
|
D | GrGLAssembleInterface.cpp | 191 GET_PROC(PixelStorei); in GrGLAssembleGLInterface() 623 GET_PROC(PixelStorei); in GrGLAssembleGLESInterface()
|
/external/opencv3/modules/core/src/ |
D | opengl.cpp | 890 gl::PixelStorei(gl::UNPACK_ALIGNMENT, 1); in Impl() 911 gl::PixelStorei(gl::UNPACK_ALIGNMENT, 1); in copyFrom() 926 gl::PixelStorei(gl::PACK_ALIGNMENT, 1); in copyTo()
|
D | gl_core_3_1.cpp | 497 PFNPIXELSTOREIPROC PixelStorei; variable 965 PixelStorei = (PFNPIXELSTOREIPROC)IntGetProcAddress("glPixelStorei"); in Switch_PixelStorei() 966 PixelStorei(pname, param); in Switch_PixelStorei() 2485 PixelStorei = Switch_PixelStorei; in InitializeVariables()
|
D | gl_core_3_1.hpp | 1100 extern void (CODEGEN_FUNCPTR *PixelStorei)(GLenum pname, GLint param);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 300 void (GLAPIENTRY * PixelStorei)(GLenum, GLint);
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 816 { "glPixelStorei", _O(PixelStorei) },
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 1265 #define glPixelStorei MANGLE(PixelStorei)
|