OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GalliumContext
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/targets/haiku-softpipe/
GalliumContext.h
24
class
GalliumContext
{
26
GalliumContext
(ulong options);
27
~
GalliumContext
();
GalliumContext.cpp
11
#include "
GalliumContext
.h"
35
# define TRACE(x...) printf("
GalliumContext
: " x)
41
#define ERROR(x...) printf("
GalliumContext
: " x)
44
GalliumContext
::
GalliumContext
(ulong options)
62
GalliumContext
::~
GalliumContext
()
79
GalliumContext
::CreateScreen()
109
GalliumContext
::CreateContext(Bitmap *bitmap)
236
GalliumContext
::DestroyContext(context_id contextID
[
all
...]
SoftwareRenderer.h
18
#include "
GalliumContext
.h"
44
GalliumContext
* fContextObj;
SoftwareRenderer.cpp
63
fContextObj = new
GalliumContext
(options);
Completed in 1295 milliseconds