Searched defs:readFormat (Results 1 - 10 of 10) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.cpp221 GLint readFormat = 0x1234; local
223 ctx.glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &readFormat);
225 ctx.glReadPixels(0, 0, 1, 1, readFormat, readType, &ubyteData[0]);
H A Des31fFboTestUtil.cpp441 tcu::TextureFormat readFormat = getFramebufferReadFormat(format); local
442 glu::TransferFormat transferFmt = glu::getTransferFormat(readFormat);
444 int rowSize = deAlign32(readFormat.getPixelSize()*width, alignment);
450 tcu::ConstPixelBufferAccess src(readFormat, width, height, 1, rowSize, 0, &data[0]);
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotBase.py542 self.readFormat(reader)
631 def readFormat(self, reader): member in class:BaseTable
710 def readFormat(self, reader): member in class:FormatSwitchingBaseTable
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotBase.py542 self.readFormat(reader)
631 def readFormat(self, reader): member in class:BaseTable
710 def readFormat(self, reader): member in class:FormatSwitchingBaseTable
/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.cpp893 tcu::TextureFormat readFormat = getFramebufferReadFormat(format); local
894 glu::TransferFormat transferFmt = glu::getTransferFormat(readFormat);
896 int rowSize = deAlign32(readFormat.getPixelSize()*width, alignment);
902 tcu::ConstPixelBufferAccess src(readFormat, width, height, 1, rowSize, 0, &data[0]);
H A Des3fPixelBufferObjectTests.cpp472 tcu::TextureFormat readFormat; local
480 readFormat = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE);
490 readFormat = glu::mapGLTransferFormat(GL_RGBA, GL_UNSIGNED_BYTE);
497 readFormat = glu::mapGLTransferFormat(GL_RGBA_INTEGER, GL_INT);
504 readFormat = glu::mapGLTransferFormat(GL_RGBA_INTEGER, GL_UNSIGNED_INT);
511 readFormat = glu::mapGLTransferFormat(GL_RGBA, GL_FLOAT);
520 readFormat = glu::mapGLTransferFormat(GL_RGBA, GL_FLOAT);
529 readFormat = glu::mapGLTransferFormat(GL_RGBA, GL_FLOAT);
536 tcu::Texture2D readRefrence (readFormat, width, height);
537 const int readDataSize = readRefrence.getWidth() * readRefrence.getHeight() * readFormat
[all...]
H A Des3fFragmentOutputTests.cpp472 tcu::TextureFormat readFormat; member in struct:deqp::gles3::Functional::__anon3310::AttachmentData
588 attachments[ndx].readFormat = readFmt;
822 const glu::TransferFormat transferFmt = glu::getTransferFormat(attachments[ndx].readFormat);
827 const tcu::PixelBufferAccess rendered (attachments[ndx].readFormat, attachmentW, attachmentH, 1, deAlign32(attachments[ndx].readFormat.getPixelSize()*attachmentW, readAlignment), 0, &attachments[ndx].renderedData[0]);
882 tcu::ConstPixelBufferAccess rendered (attachments[attachNdx].readFormat, attachmentW, attachmentH, 1, deAlign32(attachments[attachNdx].readFormat.getPixelSize()*attachmentW, readAlignment), 0, &attachments[attachNdx].renderedData[0]);
/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c516 gl_format readFormat = _mesa_get_srgb_format_linear(readRb->Format); local
518 GLuint bpp = _mesa_get_format_bytes(readFormat);
527 if (_mesa_get_format_max_bits(readFormat) == 8 &&
528 _mesa_get_format_datatype(readFormat) == GL_UNSIGNED_NORMALIZED) {
644 _mesa_unpack_ubyte_rgba_row(readFormat, srcWidth,
648 _mesa_unpack_rgba_row(readFormat, srcWidth,
661 _mesa_unpack_ubyte_rgba_row(readFormat, srcWidth,
663 _mesa_unpack_ubyte_rgba_row(readFormat, srcWidth,
667 _mesa_unpack_rgba_row(readFormat, srcWidth, src0, srcBuffer0);
668 _mesa_unpack_rgba_row(readFormat, srcWidt
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c1603 enum pipe_format readFormat, drawFormat; local
1604 readFormat = util_format_linear(rbRead->texture->format);
1607 readFormat, buf);
/external/mesa3d/src/mesa/main/
H A Dfbobject.c2840 GLenum readFormat, drawFormat; local
2859 readFormat = get_nongeneric_internalformat(colorReadRb->InternalFormat);
2861 readFormat = get_linear_internalformat(readFormat);
2864 if (readFormat == drawFormat) {

Completed in 3752 milliseconds