HomeSort by relevance Sort by last modified time
    Searched defs:colorFormat (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSApplicationConfiguration.java 33 public int colorFormat = GLKViewDrawableColorFormat.RGB565;
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSApplicationConfiguration.java 33 public GLKViewDrawableColorFormat colorFormat = GLKViewDrawableColorFormat.RGB565;
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 64 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat)
66 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat));
210 const deUint32 colorFormat = chooseColorFormat(config);
221 if (colorFormat == 0)
234 pixelFormat = getPixelFormat(colorFormat);
240 gl.renderbufferStorageMultisample(GL_RENDERBUFFER, config.numSamples, colorFormat, width, height);
242 gl.renderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height);
  /external/deqp/modules/gles3/functional/
es3fFboDepthbufferTests.cpp 68 const deUint32 colorFormat = GL_RGBA8;
89 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height);
132 readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
160 const deUint32 colorFormat = GL_RGBA8;
179 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height);
218 readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
246 const deUint32 colorFormat = GL_RGBA8;
265 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height);
298 readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
es3fFboStencilbufferTests.cpp 68 const deUint32 colorFormat = GL_RGBA8;
82 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_size.x(), m_size.y());
132 readPixels(dst, 0, 0, m_size.x(), m_size.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
157 const deUint32 colorFormat = GL_RGBA8;
176 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height);
229 readPixels(dst, 0, 0, width, height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
es3fFboStateQueryTests.cpp 537 const GLenum colorFormat = requiredColorformats[ndx].internalFormat;
542 glTexStorage2D(GL_TEXTURE_2D, 1, colorFormat, 128, 128);
    [all...]
es3fFboInvalidateTests.cpp     [all...]
es3fFramebufferBlitTests.cpp 73 const deUint32 colorFormat = GL_RGBA8;
98 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, size.x(), size.y());
143 readPixels(dst, 0, 0, m_dstSize.x(), m_dstSize.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
480 const deUint32 colorFormat = GL_RGBA8;
515 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, size.x(), size.y());
595 readPixels(dst, 0, 0, m_dstSize.x(), m_dstSize.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f));
630 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_format);
631 glu::TransferFormat transferFmt = glu::getTransferFormat(colorFormat);
633 Texture2DShader texShader (DataTypes() << glu::getSampler2DType(colorFormat), glu::TYPE_FLOAT_VEC4);
759 const tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_format)
    [all...]
es3fFboRenderTest.cpp 72 , colorFormat (colorFormat_)
84 , colorFormat (GL_NONE)
98 GLenum colorFormat; //!< Internal format for color buffer texture or renderbuffer
124 name << getTypeName(colorType) << "_" << getFormatName(colorFormat);
257 checkColorFormatSupport(context, config.colorFormat);
268 m_colorBuffer = createTex2D(colorBufferName, m_config.colorFormat, width, height);
273 m_colorBuffer = createRbo(colorBufferName, m_config.colorFormat, width, height);
505 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_config.colorFormat), tcu::RGBA(12, 12, 12, 12)));
529 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat);
    [all...]
  /external/skia/src/gpu/vk/
GrVkRenderTarget.cpp 244 VkFormat colorFormat;
245 GrPixelConfigToVkFormat(this->config(), &colorFormat);
246 desc->fColor.fFormat = colorFormat;
251 desc->fResolve.fFormat = colorFormat;
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 62 DummySource(int width, int height, int nFrames, int fps, int colorFormat)
67 mColorFormat(colorFormat),
172 int colorFormat = OMX_COLOR_FormatYUV420Planar;
192 colorFormat = translateColorToOmxEnumValue(atoi(optarg));
193 if (colorFormat == -1) {
273 new DummySource(width, height, nFrames, frameRateFps, colorFormat);
294 enc_meta->setInt32("color-format", colorFormat);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiSmokeTests.cpp 338 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM;
903 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(colorFormat);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp     [all...]
vktPipelineEarlyFragmentTests.cpp 359 const VkFormat colorFormat,
368 colorFormat, // VkFormat format;
    [all...]
  /external/mesa3d/src/mesa/main/
teximage.c     [all...]
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 102 private int colorFormat;
134 public DecoderProperties(String codecName, int colorFormat) {
136 this.colorFormat = colorFormat;
139 public final int colorFormat; // Color format supported by codec.
180 for (int colorFormat : capabilities.colorFormats) {
181 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat));
256 ". Color: 0x" + Integer.toHexString(properties.colorFormat) +
273 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat);
284 colorFormat = properties.colorFormat
    [all...]
MediaCodecVideoEncoder.java 124 private int colorFormat; // Used by native code.
143 public EncoderProperties(String codecName, int colorFormat) {
145 this.colorFormat = colorFormat;
148 public final int colorFormat; // Color format supported by codec.
198 for (int colorFormat : capabilities.colorFormats) {
199 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat));
307 colorFormat = properties.colorFormat;
308 Logging.d(TAG, "Color format: " + colorFormat);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeDecodeTest.java 404 int colorFormat = selectColorFormat(encoder.getCodecInfo(), mMimeType);
405 if (VERBOSE) Log.d(TAG, "found colorFormat: " + colorFormat);
409 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
423 doEncodeDecodeVideoFromBuffer(encoder, colorFormat, decoder, toSurface);
466 int colorFormat = MediaCodecInfo.CodecCapabilities.COLOR_FormatSurface;
470 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
534 int colorFormat = capabilities.colorFormats[i];
535 if (isRecognizedFormat(colorFormat)) {
536 return colorFormat;
    [all...]
ImageReaderDecoderTest.java 237 int colorFormat = COLOR_FormatYUV420Flexible;
238 videoDecode(asset, imageFormat, colorFormat, mode, checkSwirl);
245 MediaAsset asset, int imageFormat, int colorFormat, int mode, boolean checkSwirl) {
285 mediaFormat.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
    [all...]
MediaCodecTest.java 312 int colorFormat = findNonSurfaceColorFormat(codecInfo, MIME_TYPE);
313 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat);
    [all...]
Vp8CodecTestBase.java 97 CodecProperties(String codecName, int colorFormat) {
99 this.colorFormat = colorFormat;
106 public final int colorFormat; // Color format supported by codec.
157 for (int colorFormat: capabilities.colorFormats) {
158 Log.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat));
538 int frameColorFormat = properties.colorFormat;
539 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 299 VkFormat colorFormat;
313 colorAttachmentDesc.format = renderPassParameters.colorFormat;
741 renderPassParameters.colorFormat = VK_FORMAT_R8G8B8A8_UNORM;
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp 657 int32_t colorFormat;
658 if (meta->findInt32(kKeyColorFormat, &colorFormat)) {
659 msg->setInt32("color-format", colorFormat);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 770 const VkFormat colorFormat = isFloat ? VK_FORMAT_R32G32B32A32_SFLOAT : (isSigned || isBool ? VK_FORMAT_R32G32B32A32_SINT : VK_FORMAT_R32G32B32A32_UINT);
778 colorFormat, // VkFormat format;
794 colorFormat, // VkFormat format;
    [all...]

Completed in 475 milliseconds

1 2 3