OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_mesa_lookup_texture
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
texobj.h
47
_mesa_lookup_texture
(struct gl_context *ctx, GLuint id);
texobj.c
58
_mesa_lookup_texture
(struct gl_context *ctx, GLuint id)
function
897
struct gl_texture_object *const t =
_mesa_lookup_texture
(ctx, texture);
[
all
...]
bufferobj.c
[
all
...]
debug.c
397
struct gl_texture_object *texObj =
_mesa_lookup_texture
(ctx, texture);
fbobject.c
[
all
...]
/external/mesa3d/src/mesa/main/
texobj.h
47
_mesa_lookup_texture
(struct gl_context *ctx, GLuint id);
texobj.c
58
_mesa_lookup_texture
(struct gl_context *ctx, GLuint id)
function
897
struct gl_texture_object *const t =
_mesa_lookup_texture
(ctx, texture);
[
all
...]
bufferobj.c
[
all
...]
debug.c
397
struct gl_texture_object *texObj =
_mesa_lookup_texture
(ctx, texture);
fbobject.c
[
all
...]
Completed in 509 milliseconds