HomeSort by relevance Sort by last modified time
    Searched refs:readFormat (Results 1 - 19 of 19) 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...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GLESv2Validation.h 51 bool blitFramebufferFormat(GLenum readFormat, GLenum drawFormat);
GLESv2Validation.cpp 306 bool blitFramebufferFormat(GLenum readFormat, GLenum drawFormat) {
308 if (readFormat == x && drawFormat == y) return false; \
309 if (readFormat == y && drawFormat == x) return false; \
  /external/mesa3d/src/mesa/swrast/
s_blit.c 540 mesa_format readFormat = _mesa_get_srgb_format_linear(readRb->Format);
541 GLuint bpp = _mesa_get_format_bytes(readFormat);
551 if (_mesa_get_format_max_bits(readFormat) == 8 &&
552 _mesa_get_format_datatype(readFormat) == GL_UNSIGNED_NORMALIZED) {
659 _mesa_unpack_ubyte_rgba_row(readFormat, srcWidth,
663 _mesa_unpack_rgba_row(readFormat, srcWidth,
676 _mesa_unpack_ubyte_rgba_row(readFormat, srcWidth,
678 _mesa_unpack_ubyte_rgba_row(readFormat, srcWidth,
682 _mesa_unpack_rgba_row(readFormat, srcWidth, src0, srcBuffer0);
683 _mesa_unpack_rgba_row(readFormat, srcWidth, src1, srcBuffer1)
    [all...]
  /external/mesa3d/src/mesa/main/
blit.c 130 GLenum readFormat, drawFormat;
151 readFormat = _mesa_get_nongeneric_internalformat(readRb->InternalFormat);
153 readFormat = _mesa_get_linear_internalformat(readFormat);
156 if (readFormat == drawFormat) {
  /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/skia/src/gpu/gl/
GrGLCaps.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLCaps.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp 447 tcu::TextureFormat readFormat = getFramebufferReadFormat(format);
448 glu::TransferFormat transferFmt = glu::getTransferFormat(readFormat);
450 int rowSize = deAlign32(readFormat.getPixelSize()*width, alignment);
456 tcu::ConstPixelBufferAccess src(readFormat, width, height, 1, rowSize, 0, &data[0]);
es31fNegativeBufferApiTests.cpp 246 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/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 189 tcu::TextureLevel generateReferenceImage (const tcu::IVec3& imageSize, const VkFormat imageFormat, const VkFormat readFormat)
217 if (isFloatFormat(readFormat) && imageFormat != readFormat)
218 replaceBadFloatReinterpretValues(tcu::PixelBufferAccess(mapVkFormat(readFormat), imageSize, access.getDataPtr()));
219 if (isSnormFormat(readFormat) && imageFormat != readFormat)
220 replaceSnormReinterpretValues(tcu::PixelBufferAccess(mapVkFormat(readFormat), imageSize, access.getDataPtr()));
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otBase.py 602 self.readFormat(reader)
717 def readFormat(self, reader):
796 def readFormat(self, reader):
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.cpp     [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 669 const tcu::TextureFormat readFormat (tcu::TextureFormat::RGBA, format.type);
672 tmpBuf.setStorage(readFormat, framebufferW, framebufferH);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 865 milliseconds