Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp718 gl.PixelStorei(GL_PACK_ROW_LENGTH, dst.bytesPerRow / blockInfo.byteSize); in Execute()
780 gl.PixelStorei(GL_PACK_ROW_LENGTH, 0); in Execute()
1393 gl.PixelStorei(GL_UNPACK_ROW_LENGTH, in DoTexSubImage()
1395 gl.PixelStorei(GL_UNPACK_COMPRESSED_BLOCK_SIZE, blockInfo.byteSize); in DoTexSubImage()
1396 gl.PixelStorei(GL_UNPACK_COMPRESSED_BLOCK_WIDTH, blockInfo.width); in DoTexSubImage()
1397 gl.PixelStorei(GL_UNPACK_COMPRESSED_BLOCK_HEIGHT, blockInfo.height); in DoTexSubImage()
1398 gl.PixelStorei(GL_UNPACK_COMPRESSED_BLOCK_DEPTH, 1); in DoTexSubImage()
1405 gl.PixelStorei(GL_UNPACK_IMAGE_HEIGHT, in DoTexSubImage()
1410 gl.PixelStorei(GL_UNPACK_IMAGE_HEIGHT, 0); in DoTexSubImage()
1413 gl.PixelStorei(GL_UNPACK_ROW_LENGTH, 0); in DoTexSubImage()
[all …]
/third_party/openGLES/extensions/SGIX/
DSGIX_resample.txt79 Accepted by the <pname> parameter of PixelStoref, PixelStorei,
87 PixelStorei when the <pname> parameter is UNPACK_RESAMPLE_SGIX:
93 PixelStorei when the <pname> parameter is PACK_RESAMPLE_SGIX:
DSGIX_dvc.txt44 Accepted by the <param> parameter of PixelStoref and PixelStorei
DSGIX_image_compression.txt120 Accepted by the <pname> parameter of PixelStoref, PixelStorei,
135 Accepted by the <param> parameter of PixelStoref and PixelStorei
145 PixelStorei with a <param> parameter of TRUE or FALSE and by
DSGIX_subsample.txt89 Accepted by the <pname> parameter of PixelStoref, PixelStorei,
96 PixelStorei when the <pname> parameter is PACK_SUBSAMPLE_RATE_SGIX or
DSGIX_mpeg1.txt191 and PixelStorei; and by the <pname> parameter of GetBooleanv,
200 Accepted by the <pname> parameter of PixelStoref, PixelStorei,
213 Accepted by the <param> parameter of PixelStoref and PixelStorei:
257 In addition to PixelStoref and PixelStorei, several commands
332 commands PixelStorei and PixelStoref are used. The parameter
670 INVALID_VALUE is generated if the parameter <pname> to PixelStorei
DSGIX_slim.txt74 Accepted by the <pname> parameter of PixelStoref, PixelStorei,
254 PixelStorei or PixelStoref is PACK_MAX_COMPRESSED_SIZE_SGIX
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_resample.txt79 Accepted by the <pname> parameter of PixelStoref, PixelStorei,
87 PixelStorei when the <pname> parameter is UNPACK_RESAMPLE_SGIX:
93 PixelStorei when the <pname> parameter is PACK_RESAMPLE_SGIX:
DSGIX_dvc.txt44 Accepted by the <param> parameter of PixelStoref and PixelStorei
DSGIX_image_compression.txt120 Accepted by the <pname> parameter of PixelStoref, PixelStorei,
135 Accepted by the <param> parameter of PixelStoref and PixelStorei
145 PixelStorei with a <param> parameter of TRUE or FALSE and by
DSGIX_subsample.txt89 Accepted by the <pname> parameter of PixelStoref, PixelStorei,
96 PixelStorei when the <pname> parameter is PACK_SUBSAMPLE_RATE_SGIX or
DSGIX_mpeg1.txt191 and PixelStorei; and by the <pname> parameter of GetBooleanv,
200 Accepted by the <pname> parameter of PixelStoref, PixelStorei,
213 Accepted by the <param> parameter of PixelStoref and PixelStorei:
257 In addition to PixelStoref and PixelStorei, several commands
332 commands PixelStorei and PixelStoref are used. The parameter
670 INVALID_VALUE is generated if the parameter <pname> to PixelStorei
DSGIX_slim.txt74 Accepted by the <pname> parameter of PixelStoref, PixelStorei,
254 PixelStorei or PixelStoref is PACK_MAX_COMPRESSED_SIZE_SGIX
/third_party/openGLES/extensions/OML/
DOML_resample.txt64 Accepted by the <pname> parameter of PixelStoref, PixelStorei,
70 Accepted by the <param> parameter of PixelStoref and PixelStorei
77 Accepted by the <param> parameter of PixelStoref and PixelStorei
/third_party/skia/third_party/externals/opengl-registry/extensions/OML/
DOML_resample.txt64 Accepted by the <pname> parameter of PixelStoref, PixelStorei,
70 Accepted by the <param> parameter of PixelStoref and PixelStorei
77 Accepted by the <param> parameter of PixelStoref and PixelStorei
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.c559 gl->PixelStorei (GL_UNPACK_ROW_LENGTH, gl_mem->unpack_length); in gst_gl_memory_texsubimage()
561 gl->PixelStorei (GL_UNPACK_ALIGNMENT, gl_mem->unpack_length); in gst_gl_memory_texsubimage()
583 gl->PixelStorei (GL_UNPACK_ROW_LENGTH, 0); in gst_gl_memory_texsubimage()
585 gl->PixelStorei (GL_UNPACK_ALIGNMENT, 4); in gst_gl_memory_texsubimage()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp603 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onResetContext()
606 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, 0)); in onResetContext()
609 GL_CALL(PixelStorei(GR_GL_PACK_REVERSE_ROW_ORDER, GR_GL_FALSE)); in onResetContext()
902 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowBytes / bpp)); in onTransferPixelsTo()
916 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, 1)); in onTransferPixelsTo()
928 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in onTransferPixelsTo()
1052 GL_CALL(PixelStorei(GR_GL_UNPACK_ALIGNMENT, 1)); in uploadTexData()
1065 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, rowLength)); in uploadTexData()
1076 GL_CALL(PixelStorei(GR_GL_UNPACK_ROW_LENGTH, 0)); in uploadTexData()
2172 GL_CALL(PixelStorei(GR_GL_PACK_ROW_LENGTH, rowWidthInPixels)); in readOrTransferPixelsFrom()
[all …]
DGrGLAssembleWebGLInterfaceAutogen.cpp111 GET_PROC(PixelStorei); in GrGLMakeAssembledWebGLInterface()
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/
DMESA_pack_invert.txt65 Accepted by the <pname> parameter of PixelStorei and PixelStoref
/third_party/openGLES/extensions/MESA/
DMESA_pack_invert.txt65 Accepted by the <pname> parameter of PixelStorei and PixelStoref
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_pack_subimage.txt55 Accepted by the <pname> parameters of PixelStorei,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dbase.h119 GST_GL_EXT_FUNCTION (void, PixelStorei,
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_unpack_subimage.txt55 Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and
/third_party/openGLES/extensions/NV/
DNV_pack_subimage.txt55 Accepted by the <pname> parameters of PixelStorei,
/third_party/openGLES/extensions/EXT/
DEXT_unpack_subimage.txt55 Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and

12