Home
last modified time | relevance | path

Searched refs:PixelFormat (Results 1 – 25 of 85) sorted by relevance

1234

/external/deqp/framework/common/
DtcuPixelFormat.hpp35 struct PixelFormat struct
42 PixelFormat (int red, int green, int blue, int alpha) in PixelFormat() function
50 PixelFormat (void) in PixelFormat() function
99 inline bool operator== (const PixelFormat& other) const in operator ==() argument
107 inline bool operator!= (const PixelFormat& other) const in operator !=() argument
DtcuRenderTarget.hpp39 …RenderTarget (int width, int height, const PixelFormat& pixelFormat, int depthBits, int stencilBi…
42 const PixelFormat& getPixelFormat (void) const { return m_pixelFormat; } in getPixelFormat()
54 PixelFormat m_pixelFormat;
DtcuSurfaceAccess.hpp34 inline deUint8 getColorMask (const tcu::PixelFormat& format) in getColorMask()
53 SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt);
54 …SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt, int x, int y, int width, …
DtcuRenderTarget.cpp32 , m_pixelFormat (PixelFormat(0, 0, 0, 0)) in RenderTarget()
39 RenderTarget::RenderTarget (int width, int height, const PixelFormat& format, int depthBits, int st… in RenderTarget()
DtcuSurfaceAccess.cpp28 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt, int x, int y… in SurfaceAccess()
38 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt) in SurfaceAccess()
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp261 const tcu::PixelFormat& pixelFormat);
270 const tcu::PixelFormat& pixelFormat);
279 const tcu::PixelFormat& pixelFormat);
288 const tcu::PixelFormat& pixelFormat);
297 const tcu::PixelFormat& pixelFormat);
306 const tcu::PixelFormat& pixelFormat);
316 const tcu::PixelFormat& pixelFormat);
349 inline tcu::IVec4 getBitsVec (const tcu::PixelFormat& format) in getBitsVec()
354 inline tcu::BVec4 getCompareMask (const tcu::PixelFormat& format) in getCompareMask()
DgluFboRenderContext.cpp64 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat) in getPixelFormat()
67 return tcu::PixelFormat(bits[0], bits[1], bits[2], bits[3]); in getPixelFormat()
214 tcu::PixelFormat pixelFormat; in createFramebuffer()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp48 PVRTuint64 PixelFormat = sTextureHeader.u64PixelFormat; in PVRTGetOGLES3TextureFormat() local
58 PVRTuint64 PixelFormatPartHigh = PixelFormat&PVRTEX_PFHIGHMASK; in PVRTGetOGLES3TextureFormat()
64 switch (PixelFormat) in PVRTGetOGLES3TextureFormat()
206 if (PixelFormat==PVRTGENPIXELID3('r','g','b',11,11,10) ) in PVRTGetOGLES3TextureFormat()
216 switch (PixelFormat) in PVRTGetOGLES3TextureFormat()
324 switch (PixelFormat) in PVRTGetOGLES3TextureFormat()
386 switch (PixelFormat) in PVRTGetOGLES3TextureFormat()
418 switch (PixelFormat) in PVRTGetOGLES3TextureFormat()
450 switch (PixelFormat) in PVRTGetOGLES3TextureFormat()
481 switch (PixelFormat) in PVRTGetOGLES3TextureFormat()
[all …]
/external/skia/src/utils/win/
DSkWGL_win.cpp106 struct PixelFormat { struct
112 bool pf_less(const PixelFormat& a, const PixelFormat& b) { in pf_less()
131 PixelFormat desiredFormat = { in selectFormat()
136 SkTDArray<PixelFormat> rankedFormats; in selectFormat()
153 SkTLessFunctionToFunctorAdaptor<PixelFormat, pf_less>()); in selectFormat()
154 int idx = SkTSearch<PixelFormat, pf_less>(rankedFormats.begin(), in selectFormat()
157 sizeof(PixelFormat)); in selectFormat()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DGlideBitmapDrawable.java8 import android.graphics.PixelFormat;
123 ? PixelFormat.TRANSLUCENT : PixelFormat.OPAQUE; in getOpacity()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowDisplay.java3 import android.graphics.PixelFormat;
26 private int pixelFormat = PixelFormat.RGBA_4444;
/external/pdfium/third_party/agg23/
Dagg_renderer_base.h26 template<class PixelFormat> class renderer_base
29 typedef PixelFormat pixfmt_type;
/external/deqp/framework/platform/android/
DtcuAndroidInternals.hpp94 typedef deInt32 PixelFormat; typedef
171 …GraphicBuffer (const LibUI& lib, deUint32 width, deUint32 height, PixelFormat format, deUint32 u…
DtcuAndroidInternals.cpp175 …functions, NativeBaseFunctions& baseFunctions, deUint32 w, deUint32 h, PixelFormat format, deUint3… in createGraphicBuffer()
185 … gb = callConstructor4<android::GraphicBuffer, deUint32, deUint32, PixelFormat, deUint32>(func… in createGraphicBuffer()
240 GraphicBuffer::GraphicBuffer (const LibUI& lib, deUint32 width, deUint32 height, PixelFormat format… in GraphicBuffer()
/external/deqp/modules/egl/
DteglColorClearCase.cpp101 …erReference (tcu::Surface& dst, const vector<ClearOp>& clears, const tcu::PixelFormat& pixelFormat) in renderReference()
149 static tcu::PixelFormat getPixelFormat (const Library& egl, EGLDisplay display, EGLConfig config) in getPixelFormat()
151 tcu::PixelFormat pixelFmt; in getPixelFormat()
180 tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config); in executeForContexts()
342 tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config); in executeForContexts()
DteglAndroidUtil.cpp63 using tcu::Android::internal::PixelFormat;
66 PixelFormat getPixelFormat (GLenum format) in getPixelFormat()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTTextureAPI.cpp49 PVRTuint64 PixelFormat = sTextureHeader.u64PixelFormat; in PVRTGetOGLES2TextureFormat() local
58 PVRTuint64 PixelFormatPartHigh = PixelFormat&PVRTEX_PFHIGHMASK; in PVRTGetOGLES2TextureFormat()
64 switch (PixelFormat) in PVRTGetOGLES2TextureFormat()
113 switch (PixelFormat) in PVRTGetOGLES2TextureFormat()
193 switch (PixelFormat) in PVRTGetOGLES2TextureFormat()
230 switch (PixelFormat) in PVRTGetOGLES2TextureFormat()
/external/deqp/framework/platform/win32/
DtcuWin32GLES3Platform.cpp87 PixelFormat(8, 8, 8, 8), 24, 8, 0) in Win32GLES3Context()
115 tcu::PixelFormat(info.redBits, info.greenBits, info.blueBits, info.alphaBits), in Win32GLES3Context()
/external/syslinux/efi/
Dvesa.c106 mode_info->Version, mode_info->PixelFormat, in efi_vesacon_set_mode()
157 switch (mode_info->PixelFormat) { in efi_vesacon_set_mode()
/external/deqp/modules/gles3/functional/
Des3fTextureSwizzleTests.cpp194 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat(); in iterate()
197 …sampleTexture(tcu::SurfaceAccess(referenceFrame, tcu::PixelFormat(8,8,8,8)), m_texture->getRefText… in iterate()
203 if (pixelFormat != tcu::PixelFormat(8,8,8,8)) in iterate()
Des3fDitheringTests.cpp54 using tcu::PixelFormat;
67 static inline IVec4 pixelFormatToIVec4 (const PixelFormat& format) in pixelFormatToIVec4()
119 const tcu::PixelFormat m_renderFormat;
/external/clang/test/SemaTemplate/
Dinstantiate-invalid.cpp15 template<class PixelFormat> class renderer_base { }
/external/deqp/modules/gles2/functional/
Des2fDitheringTests.cpp54 using tcu::PixelFormat;
67 static inline IVec4 pixelFormatToIVec4 (const PixelFormat& format) in pixelFormatToIVec4()
119 const tcu::PixelFormat m_renderFormat;
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
DGifDrawable.java10 import android.graphics.PixelFormat;
246 return PixelFormat.TRANSPARENT; in getOpacity()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp122 tcu::PixelFormat getPixelFormat(tcu::TextureFormat texFormat) in getPixelFormat()
125 …return tcu::PixelFormat(formatBitDepth[0], formatBitDepth[1], formatBitDepth[2], formatBitDepth[3]… in getPixelFormat()
136 const tcu::PixelFormat& pixelFormat) in verifyTexCompareResult()
348 const tcu::PixelFormat pixelFormat = getPixelFormat(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM)); in iterate()
564 … const tcu::PixelFormat pixelFormat = getPixelFormat(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM)); in iterate()
776 const tcu::PixelFormat pixelFormat = getPixelFormat(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM)); in iterate()

1234