/external/swiftshader/src/D3D8/ |
D | Capabilities.hpp | 24 struct Surface struct 26 struct RenderTarget 45 struct DepthStencil 53 static bool A8; 54 static bool R5G6B5; 55 static bool X1R5G5B5; 56 static bool A1R5G5B5; 57 static bool A4R4G4B4; 58 static bool R3G3B2; 59 static bool A8R3G3B2; [all …]
|
/external/swiftshader/src/D3D9/ |
D | Capabilities.hpp | 43 struct Surface struct 45 struct RenderTarget 74 struct DepthStencil 87 static bool A8; 88 static bool R5G6B5; 89 static bool X1R5G5B5; 90 static bool A1R5G5B5; 91 static bool A4R4G4B4; 92 static bool R3G3B2; 93 static bool A8R3G3B2; [all …]
|
/external/deqp/framework/common/ |
D | tcuSurface.cpp | 28 Surface::Surface (void) in Surface() function in Surface 34 Surface::Surface(int width, int height) in Surface() function in Surface
|
D | tcuSurface.hpp | 44 class Surface class
|
/external/skia/experimental/go-skia/ |
D | skia.go | 35 type Surface struct { struct 36 ptr *C.sk_surface_t 53 func (s *Surface) Canvas() *Canvas { 60 func (s *Surface) Image() *Image {
|
/external/skqp/experimental/go-skia/ |
D | skia.go | 35 type Surface struct { struct 36 ptr *C.sk_surface_t 53 func (s *Surface) Canvas() *Canvas { 60 func (s *Surface) Image() *Image {
|
/external/grpc-grpc/src/core/lib/surface/ |
D | README.md | 1 # Surface chapter
|
/external/swiftshader/src/OpenGL/common/ |
D | Surface.hpp | 33 class [[clang::lto_visibility_public]] Surface class
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Surface.cpp | 41 Surface::Surface() in Surface() function in gl::Surface 52 Surface::Surface(const Display *display, const Config *config) : display(display), config(config) in Surface() function in egl::Surface
|
D | main.h | 30 class Surface; variable
|
D | Display.h | 40 class Surface; variable
|
D | Surface.hpp | 34 class Surface : public gl::Surface, public gl::Object class
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Texture.h | 32 namespace gl { class Surface; } variable
|
D | Context.h | 36 namespace gl { class Surface; } variable
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Texture.h | 32 namespace gl { class Surface; } variable
|
/external/swiftshader/src/Device/ |
D | Surface.hpp | 74 class Surface class
|
D | Surface.cpp | 775 …Surface::Surface(int width, int height, int depth, VkFormat format, void *pixels, int pitch, int s… in Surface() function in sw::Surface 830 …Surface::Surface(Resource *texture, int width, int height, int depth, int border, int samples, VkF… in Surface() function in sw::Surface
|
/external/swiftshader/src/Renderer/ |
D | Surface.hpp | 240 class [[clang::lto_visibility_public]] Surface class
|
D | Surface.cpp | 1256 …Surface::Surface(int width, int height, int depth, Format format, void *pixels, int pitch, int sli… in Surface() function in sw::Surface 1312 …Surface::Surface(Resource *texture, int width, int height, int depth, int border, int samples, For… in Surface() function in sw::Surface
|
/external/deqp/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 177 class Surface : public tcu::ThreadUtil::Object class 191 Surface::Surface (SharedPtr<tcu::ThreadUtil::Event> event) in Surface() function in deqp::egl::GLES2ThreadTest::Surface
|