OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActiveTexture
(Results
51 - 63
of
63
) sorted by null
1
2
3
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c
660
save->ClientActiveUnit = ctx->Array.
ActiveTexture
;
708
GLuint
activeTexture
= ctx->Texture.CurrentUnit;
720
_mesa_ActiveTextureARB(GL_TEXTURE0 +
activeTexture
);
[
all
...]
/external/mesa3d/src/mesa/drivers/common/
meta.c
660
save->ClientActiveUnit = ctx->Array.
ActiveTexture
;
708
GLuint
activeTexture
= ctx->Texture.CurrentUnit;
720
_mesa_ActiveTextureARB(GL_TEXTURE0 +
activeTexture
);
[
all
...]
/external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h
12
struct
ActiveTexture
{
13
typedef
ActiveTexture
ValueType;
39
COMPILE_ASSERT(sizeof(
ActiveTexture
) == 8,
41
COMPILE_ASSERT(offsetof(
ActiveTexture
, header) == 0,
43
COMPILE_ASSERT(offsetof(
ActiveTexture
, texture) == 4,
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h
35
#define glActiveTexture MANGLE(
ActiveTexture
)
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h
35
#define glActiveTexture MANGLE(
ActiveTexture
)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h
35
#define glActiveTexture MANGLE(
ActiveTexture
)
[
all
...]
/external/chromium_org/cc/output/
gl_renderer.cc
[
all
...]
/external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h
37
#define glActiveTexture MANGLE(
ActiveTexture
)
[
all
...]
/external/mesa3d/include/GL/
gl_mangle.h
37
#define glActiveTexture MANGLE(
ActiveTexture
)
[
all
...]
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_autogen.h
14
uint32 immediate_data_size, const gles2::cmds::
ActiveTexture
& c) {
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h
[
all
...]
Completed in 1439 milliseconds
1
2
3