/external/deqp/framework/common/ |
D | tcuPixelFormat.hpp | 35 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
|
D | tcuRenderTarget.hpp | 39 …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;
|
D | tcuSurfaceAccess.hpp | 34 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, …
|
D | tcuRenderTarget.cpp | 32 , 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()
|
D | tcuSurfaceAccess.cpp | 28 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/ |
D | gluTextureTestUtil.hpp | 261 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()
|
D | gluFboRenderContext.cpp | 64 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/ |
D | PVRTTextureAPI.cpp | 48 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/ |
D | SkWGL_win.cpp | 106 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/ |
D | GlideBitmapDrawable.java | 8 import android.graphics.PixelFormat; 123 ? PixelFormat.TRANSLUCENT : PixelFormat.OPAQUE; in getOpacity()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowDisplay.java | 3 import android.graphics.PixelFormat; 26 private int pixelFormat = PixelFormat.RGBA_4444;
|
/external/pdfium/third_party/agg23/ |
D | agg_renderer_base.h | 26 template<class PixelFormat> class renderer_base 29 typedef PixelFormat pixfmt_type;
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidInternals.hpp | 94 typedef deInt32 PixelFormat; typedef 171 …GraphicBuffer (const LibUI& lib, deUint32 width, deUint32 height, PixelFormat format, deUint32 u…
|
D | tcuAndroidInternals.cpp | 175 …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/ |
D | teglColorClearCase.cpp | 101 …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()
|
D | teglAndroidUtil.cpp | 63 using tcu::Android::internal::PixelFormat; 66 PixelFormat getPixelFormat (GLenum format) in getPixelFormat()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTTextureAPI.cpp | 49 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/ |
D | tcuWin32GLES3Platform.cpp | 87 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/ |
D | vesa.c | 106 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/ |
D | es3fTextureSwizzleTests.cpp | 194 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()
|
D | es3fDitheringTests.cpp | 54 using tcu::PixelFormat; 67 static inline IVec4 pixelFormatToIVec4 (const PixelFormat& format) in pixelFormatToIVec4() 119 const tcu::PixelFormat m_renderFormat;
|
/external/clang/test/SemaTemplate/ |
D | instantiate-invalid.cpp | 15 template<class PixelFormat> class renderer_base { }
|
/external/deqp/modules/gles2/functional/ |
D | es2fDitheringTests.cpp | 54 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/ |
D | GifDrawable.java | 10 import android.graphics.PixelFormat; 246 return PixelFormat.TRANSPARENT; in getOpacity()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureShadowTests.cpp | 122 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()
|