OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGLContext
(Results
1 - 14
of
14
) sorted by null
/external/mesa3d/src/pixelflinger2/
texture.h
29
extern const struct
GGLContext
* textureGGLContext; // for getting wrap mode, dimensions, data
pixelflinger2.h
80
#define GGL_GET_CONTEXT(context, interface)
GGLContext
* context = (
GGLContext
*)interface;
81
#define GGL_GET_CONST_CONTEXT(context, interface) const
GGLContext
* context = \
82
(const
GGLContext
*)interface; (void)context;
84
struct
GGLContext
{
85
GGLInterface interface; // must be first member so that
GGLContext
* == GGLInterface *
pixelflinger2.cpp
189
reinterpret_cast<
GGLContext
*>(iface)->worker =
GGLContext
::Worker();
236
GGLContext
* const ctx = (
GGLContext
*)calloc(1, sizeof(
GGLContext
));
252
reinterpret_cast<
GGLContext
*>(iface)->worker.~Worker();
273
GGLContext
* const ctx = reinterpret_cast<
GGLContext
*>(iface);
raster.cpp
70
// extern const
GGLContext
* textureGGLContext;
92
GGLContext
::Worker * args = (
GGLContext
::Worker *)threadArgs;
250
GGLContext
::Worker & args = ctx->worker;
532
//
GGLContext
* ctx =(
GGLContext
*)iface;
texture.cpp
34
const struct
GGLContext
* textureGGLContext;
/system/core/libpixelflinger/tests/codegen/
codegen.cpp
34
GGLContext
* c;
/bootable/recovery/minui/
graphics.c
55
static
GGLContext
*gr_context = 0;
175
GGLContext
*gl = gr_context;
191
GGLContext
*gl = gr_context;
213
GGLContext
*gl = gr_context;
239
GGLContext
*gl = gr_context;
248
GGLContext
*gl = gr_context;
305
GGLContext
*gl = gr_context;
/system/core/include/pixelflinger/
pixelflinger.h
306
}
GGLContext
;
315
ssize_t gglInit(
GGLContext
** context);
316
ssize_t gglUninit(
GGLContext
* context);
319
GGLContext
* c,
/system/core/libpixelflinger/
raster.cpp
34
GGLContext
& procs = *(
GGLContext
*)c;
146
GGLint gglBitBlit(
GGLContext
* con, int tmu, GGLint crop[4], GGLint where[4])
clear.cpp
37
GGLContext
& procs = *(
GGLContext
*)c;
pixelflinger.cpp
748
GGLContext
& procs = *(
GGLContext
*)c;
822
ssize_t gglInit(
GGLContext
** context)
830
*context = (
GGLContext
*)c;
837
ssize_t gglUninit(
GGLContext
* con)
/frameworks/base/opengl/libagl/
texture.cpp
248
GGLContext
* getRasterizer(ogles_context_t* c)
250
GGLContext
* ggl = c->textures.ggl;
293
GGLContext
* ggl = getRasterizer(c);
[
all
...]
/system/core/include/private/pixelflinger/
ggl_context.h
507
GGLContext
procs;
/frameworks/base/include/private/opengles/
gl_context.h
358
GGLContext
* ggl;
Completed in 93 milliseconds