/external/deqp/modules/gles31/functional/ |
es31fFboTestUtil.cpp | 441 tcu::TextureFormat readFormat = getFramebufferReadFormat(format); 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]);
|
es31fNegativeBufferApiTests.cpp | 244 GLint readFormat = 0x1234; 267 ctx.glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &readFormat); 269 ctx.glReadPixels(0, 0, 1, 1, readFormat, readType, &ubyteData[0]); [all...] |
/external/skia/src/gpu/gl/ |
GrGLCaps.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fFboTestUtil.cpp | [all...] |
es3fPixelBufferObjectTests.cpp | 472 tcu::TextureFormat readFormat; 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.getPixelSize() [all...] |
es3fFragmentOutputTests.cpp | 472 tcu::TextureFormat readFormat; 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]); [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
otBase.py | 542 self.readFormat(reader) 631 def readFormat(self, reader): 710 def readFormat(self, reader):
|
/external/mesa3d/src/mesa/swrast/ |
s_blit.c | 516 gl_format readFormat = _mesa_get_srgb_format_linear(readRb->Format); 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, srcWidth, src1, srcBuffer1) [all...] |
/external/mesa3d/src/mesa/main/ |
fbobject.c | [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_drawpixels.c | [all...] |
/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/ac3/ |
Ac3TrackRenderer.java | 263 readFormat(); 311 private void readFormat() throws IOException, ExoPlaybackException {
|
/developers/build/prebuilts/androidtv/sample-inputs/app/libs/ |
exoplayer_dev-hls_20150123.jar | |
/packages/apps/TV/usbtuner/libs/ |
exoplayer_1.5.6.jar | |