HomeSort by relevance Sort by last modified time
    Searched refs:GL_RGBA8 (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/deqp/modules/gles31/functional/
es31fTextureBufferTests.cpp 189 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
198 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
208 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
230 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
239 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
249 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
272 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, renderType, name.c_str(), name.c_str()));
295 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, renderType, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
es31fInternalFormatQueryTests.cpp 213 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 2, buffer);
228 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 0, buffer);
271 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_NUM_SAMPLE_COUNTS, 1, &numSampleCounts);
289 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, (glw::GLsizei)buffer.size(), &buffer[0]);
305 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, 2, buffer);
320 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, GL_RGBA8, GL_SAMPLES, 0, buffer);
367 { "rgba8", GL_RGBA8, FormatSamplesCase::FORMAT_COLOR },
es31fNegativeTextureApiTests.cpp     [all...]
es31fTextureFilteringTests.cpp 485 { "rgba8", GL_RGBA8 },
541 const deUint32 format = GL_RGBA8;
575 const deUint32 format = GL_RGBA8;
608 GL_RGBA8,
es31fFboTestCase.cpp 164 case GL_RGBA8:
276 case GL_RGBA8:
  /external/deqp/modules/gles3/performance/
es3pTextureCountTests.cpp 60 { "rgba8", GL_RGBA8 },
es3pTextureFormatTests.cpp 62 { "rgba8", GL_RGBA8, },
es3pTextureFilteringTests.cpp 57 { "rgba8", GL_RGBA8 },
  /external/chromium_org/third_party/angle/tests/angle_tests/
ClearTest.cpp 153 glTexStorage2D(GL_TEXTURE_2D, 1, GL_RGBA8, getWindowWidth(), getWindowHeight());
174 glTexStorage2D(GL_TEXTURE_2D, 1, GL_RGBA8, getWindowWidth(), getWindowHeight());
ReadPixelsTest.cpp 55 glTexStorage2D(GL_TEXTURE_2D, 1, GL_RGBA8, 4, 1);
306 glRenderbufferStorageMultisampleANGLE(GL_RENDERBUFFER, 2, GL_RGBA8, 4, 4);
319 glReadPixels(0, 0, 1, 1, GL_RGBA8, GL_UNSIGNED_BYTE, NULL);
BlendMinMaxTest.cpp 141 SetUpFramebuffer(GL_RGBA8);
TextureTest.cpp 27 glTexStorage2DEXT(GL_TEXTURE_CUBE_MAP, 1, GL_RGBA8, 1, 1);
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 191 { "rgba8", GL_RGBA8, false },
234 addChild(new SamplesBufferSizeCase(m_context, "rgba8_samples_buffer", "SAMPLES bufSize parameter", GL_RGBA8));
es3fRboStateQueryTests.cpp 183 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2,
231 { GL_RGBA8, 8, 8, 8, 8 },
353 glRenderbufferStorageMultisample(GL_RENDERBUFFER, 0, GL_RGBA8, 128, 128);
362 glRenderbufferStorageMultisample(GL_RENDERBUFFER, samples, GL_RGBA8, 128, 128);
es3fFboInvalidateTests.cpp 106 case PACK_FMT(8,8,8,8): return GL_RGBA8;
232 glTexImage2D (GL_TEXTURE_2D, 0, GL_RGBA8, getWidth(), getHeight(), 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
390 glTexImage2D (GL_TEXTURE_2D, 0, GL_RGBA8, getWidth(), getHeight(), 0, GL_RGBA, GL_UNSIGNED_BYTE, DE_NULL);
    [all...]
es3fNegativeTextureApiTests.cpp     [all...]
es3fFboDepthbufferTests.cpp 68 const deUint32 colorFormat = GL_RGBA8;
160 const deUint32 colorFormat = GL_RGBA8;
246 const deUint32 colorFormat = GL_RGBA8;
es3fFboMultisampleTests.cpp 263 GL_RGBA8,
313 sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(depthStencilFormats[fmtNdx]), "", GL_RGBA8, depthStencilFormats[fmtNdx], IVec2(119, 131), samples));
es3fFboStencilbufferTests.cpp 68 const deUint32 colorFormat = GL_RGBA8;
157 const deUint32 colorFormat = GL_RGBA8;
es3fFboTestCase.cpp 160 case GL_RGBA8:
271 case GL_RGBA8:
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 52 case GL_RGBA8:
256 return GL_RGBA8;
nouveau_screen.c 169 color_format = GL_RGBA8;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 52 case GL_RGBA8:
256 return GL_RGBA8;
nouveau_screen.c 169 color_format = GL_RGBA8;
  /external/chromium_org/third_party/angle/tests/perf_tests/
TexSubImage.cpp 53 glTexStorage2DEXT(GL_TEXTURE_2D, 1, GL_RGBA8, mParams.imageWidth, mParams.imageHeight);

Completed in 272 milliseconds

1 2 3 4 5 6 7