/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 718 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/ |
D | SGIX_resample.txt | 79 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:
|
D | SGIX_dvc.txt | 44 Accepted by the <param> parameter of PixelStoref and PixelStorei
|
D | SGIX_image_compression.txt | 120 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
|
D | SGIX_subsample.txt | 89 Accepted by the <pname> parameter of PixelStoref, PixelStorei, 96 PixelStorei when the <pname> parameter is PACK_SUBSAMPLE_RATE_SGIX or
|
D | SGIX_mpeg1.txt | 191 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
|
D | SGIX_slim.txt | 74 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/ |
D | SGIX_resample.txt | 79 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:
|
D | SGIX_dvc.txt | 44 Accepted by the <param> parameter of PixelStoref and PixelStorei
|
D | SGIX_image_compression.txt | 120 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
|
D | SGIX_subsample.txt | 89 Accepted by the <pname> parameter of PixelStoref, PixelStorei, 96 PixelStorei when the <pname> parameter is PACK_SUBSAMPLE_RATE_SGIX or
|
D | SGIX_mpeg1.txt | 191 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
|
D | SGIX_slim.txt | 74 Accepted by the <pname> parameter of PixelStoref, PixelStorei, 254 PixelStorei or PixelStoref is PACK_MAX_COMPRESSED_SIZE_SGIX
|
/third_party/openGLES/extensions/OML/ |
D | OML_resample.txt | 64 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/ |
D | OML_resample.txt | 64 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/ |
D | gstglmemory.c | 559 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/ |
D | GrGLGpu.cpp | 603 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 …]
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 111 GET_PROC(PixelStorei); in GrGLMakeAssembledWebGLInterface()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | MESA_pack_invert.txt | 65 Accepted by the <pname> parameter of PixelStorei and PixelStoref
|
/third_party/openGLES/extensions/MESA/ |
D | MESA_pack_invert.txt | 65 Accepted by the <pname> parameter of PixelStorei and PixelStoref
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_pack_subimage.txt | 55 Accepted by the <pname> parameters of PixelStorei,
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | base.h | 119 GST_GL_EXT_FUNCTION (void, PixelStorei,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_unpack_subimage.txt | 55 Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and
|
/third_party/openGLES/extensions/NV/ |
D | NV_pack_subimage.txt | 55 Accepted by the <pname> parameters of PixelStorei,
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_unpack_subimage.txt | 55 Accepted by the <pname> parameters of PixelStorei, GetIntegerv, and
|