HomeSort by relevance Sort by last modified time
    Searched defs:getPixelFormat (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/common/
tcuRenderTarget.hpp 42 const PixelFormat& getPixelFormat (void) const { return m_pixelFormat; }
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 64 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat)
239 pixelFormat = getPixelFormat(colorFormat);
  /external/deqp/modules/egl/
teglColorClearCase.cpp 149 static tcu::PixelFormat getPixelFormat (const Library& egl, EGLDisplay display, EGLConfig config)
180 tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config);
343 tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config);
teglRenderTests.cpp 691 tcu::PixelFormat getPixelFormat (const Library& egl, EGLDisplay display, EGLConfig config)
739 const tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config);
943 const tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config);
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDisplay.java 138 protected int getPixelFormat() {
140 ? directlyOn(realObject, Display.class).getPixelFormat()
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureShadowTests.cpp 124 tcu::PixelFormat getPixelFormat(tcu::TextureFormat texFormat)
350 const tcu::PixelFormat pixelFormat = getPixelFormat(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM));
566 const tcu::PixelFormat pixelFormat = getPixelFormat(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM));
778 const tcu::PixelFormat pixelFormat = getPixelFormat(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM));
    [all...]
  /external/libjpeg-turbo/
turbojpeg.c 217 static int getPixelFormat(int pixelSize, int flags)
701 getPixelFormat(pixelSize, flags), jpegBuf,
705 getPixelFormat(pixelSize, flags), &jpegBuf, &size,
923 getPixelFormat(pixelSize, flags), dstBuf, subsamp,
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcPackedPixelsTests.cpp     [all...]

Completed in 206 milliseconds