Home
last modified time | relevance | path

Searched defs:Surface (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/src/D3D8/
DCapabilities.hpp24 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/
DCapabilities.hpp43 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/
DtcuSurface.cpp28 Surface::Surface (void) in Surface() function in Surface
34 Surface::Surface(int width, int height) in Surface() function in Surface
DtcuSurface.hpp44 class Surface class
/external/skia/experimental/go-skia/
Dskia.go35 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/
DSurface.hpp33 class [[clang::lto_visibility_public]] Surface class
/external/swiftshader/src/OpenGL/libGL/
DSurface.cpp36 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
DTexture.h36 class Surface; variable
DContext.h41 class Surface; variable
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.h31 class Surface; variable
DSurface.cpp41 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
Dmain.h30 class Surface; variable
DSurface.hpp34 class Surface : public gl::Surface, public gl::Object class
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.h32 namespace gl { class Surface; } variable
DContext.h36 namespace gl { class Surface; } variable
/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h32 namespace gl { class Surface; } variable
/external/swiftshader/src/Renderer/
DSurface.hpp220 class [[clang::lto_visibility_public]] Surface class
DSurface.cpp1200Surface::Surface(int width, int height, int depth, Format format, void *pixels, int pitch, int sli… in Surface() function in sw::Surface
1250Surface::Surface(Resource *texture, int width, int height, int depth, Format format, bool lockable… in Surface() function in sw::Surface
/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp177 class Surface : public tcu::ThreadUtil::Object class
191 Surface::Surface (SharedPtr<tcu::ThreadUtil::Event> event) in Surface() function in deqp::egl::GLES2ThreadTest::Surface