Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp508 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 …]
DGrGLAssembleInterface.cpp191 GET_PROC(PixelStorei); in GrGLAssembleGLInterface()
623 GET_PROC(PixelStorei); in GrGLAssembleGLESInterface()
/external/opencv3/modules/core/src/
Dopengl.cpp890 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()
Dgl_core_3_1.cpp497 PFNPIXELSTOREIPROC PixelStorei; variable
965 PixelStorei = (PFNPIXELSTOREIPROC)IntGetProcAddress("glPixelStorei"); in Switch_PixelStorei()
966 PixelStorei(pname, param); in Switch_PixelStorei()
2485 PixelStorei = Switch_PixelStorei; in InitializeVariables()
Dgl_core_3_1.hpp1100 extern void (CODEGEN_FUNCPTR *PixelStorei)(GLenum pname, GLint param);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h300 void (GLAPIENTRY * PixelStorei)(GLenum, GLint);
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp816 { "glPixelStorei", _O(PixelStorei) },
/external/mesa3d/include/GL/
Dgl_mangle.h1265 #define glPixelStorei MANGLE(PixelStorei)