/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/swiftshader/src/OpenGL/common/ |
D | Surface.hpp | 33 class [[clang::lto_visibility_public]] Surface class
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Surface.cpp | 36 Surface::Surface(Display *display, NativeWindowType window) in Surface() function in gl::Surface 50 Surface::Surface(Display *display, GLint width, GLint height, GLenum textureFormat, GLenum textureT… in Surface() function in gl::Surface
|
D | Texture.h | 36 class Surface; variable
|
D | Context.h | 41 class Surface; variable
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Display.h | 31 class Surface; variable
|
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 | 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/Renderer/ |
D | Surface.hpp | 220 class [[clang::lto_visibility_public]] Surface class
|
D | Surface.cpp | 1200 …Surface::Surface(int width, int height, int depth, Format format, void *pixels, int pitch, int sli… in Surface() function in sw::Surface 1250 …Surface::Surface(Resource *texture, int width, int height, int depth, Format format, bool lockable… 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
|