OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ActiveTexture
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/cc/test/
test_gles2_interface.cc
111
void TestGLES2Interface::
ActiveTexture
(GLenum target) {
112
test_context_->
activeTexture
(target);
/external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper_autogen.h
12
void
ActiveTexture
(GLenum texture) {
13
gles2::cmds::
ActiveTexture
* c = GetCmdSpace<gles2::cmds::
ActiveTexture
>();
[
all
...]
gles2_interface_stub_impl_autogen.h
13
void GLES2InterfaceStub::
ActiveTexture
(GLenum /* texture */) {
gles2_trace_implementation_impl_autogen.h
13
void GLES2TraceImplementation::
ActiveTexture
(GLenum texture) {
14
TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::
ActiveTexture
");
15
gl_->
ActiveTexture
(texture);
[
all
...]
gles2_implementation.cc
[
all
...]
/external/chromium_org/ppapi/c/
ppb_opengles2.h
39
void (*
ActiveTexture
)(PP_Resource context, GLenum texture);
/external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc
28
void
ActiveTexture
(PP_Resource context_id, GLenum texture) {
31
ToGles2Impl(&enter)->
ActiveTexture
(texture);
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h
[
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
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h
[
all
...]
/external/mesa3d/src/mesa/main/
mtypes.h
[
all
...]
Completed in 67 milliseconds