HomeSort by relevance Sort by last modified time
    Searched refs:readFormat (Results 1 - 13 of 13) sorted by null

  /external/deqp/modules/gles3/functional/
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...]
es3fFboTestUtil.cpp     [all...]
es3fNegativeBufferApiTests.cpp 222 GLint readFormat;
224 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &readFormat);
226 glReadPixels(0, 0, 1, 1, readFormat, readType, &ubyteData[0]);
    [all...]
  /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/deqp/modules/gles2/functional/
es2fNegativeBufferApiTests.cpp 210 GLint readFormat;
212 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &readFormat);
214 glReadPixels(0, 0, 1, 1, readFormat, readType, &ubyteData[0]);
  /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 221 GLint readFormat = 0x1234;
223 ctx.glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &readFormat);
225 ctx.glReadPixels(0, 0, 1, 1, readFormat, readType, &ubyteData[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/main/
fbobject.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c     [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 808 const tcu::TextureFormat readFormat (tcu::TextureFormat::RGBA, format.type);
811 tmpBuf.setStorage(readFormat, framebufferW, framebufferH);
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 1012 milliseconds