ActiveTexture 3049 cc/output/gl_renderer.cc GLC(gl_, gl_->ActiveTexture(GL_TEXTURE0)); ActiveTexture 140 cc/resources/resource_provider.cc GLC(gl_, gl_->ActiveTexture(unit_)); ActiveTexture 146 cc/resources/resource_provider.cc GLC(gl_, gl_->ActiveTexture(GL_TEXTURE0)); ActiveTexture 45 cc/test/test_gles2_interface.h virtual void ActiveTexture(GLenum target) OVERRIDE; ActiveTexture 593 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc DELEGATE_TO_GL_1(activeTexture, ActiveTexture, WGC3Denum) ActiveTexture 116 content/renderer/media/renderer_gpu_video_accelerator_factories.cc gles2->ActiveTexture(GL_TEXTURE0); ActiveTexture 16 gpu/GLES2/gl2chromium_autogen.h #define glActiveTexture GLES2_GET_FUN(ActiveTexture) ActiveTexture 16 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->ActiveTexture(texture); ActiveTexture 15 gpu/command_buffer/client/gles2_cmd_helper_autogen.h gles2::cmds::ActiveTexture* c = GetCmdSpace<gles2::cmds::ActiveTexture>(); ActiveTexture 2404 gpu/command_buffer/client/gles2_implementation.cc helper_->ActiveTexture(texture); ActiveTexture 16 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void ActiveTexture(GLenum texture) OVERRIDE; ActiveTexture 2212 gpu/command_buffer/client/gles2_implementation_unittest.cc gl_->ActiveTexture(GL_TEXTURE4); ActiveTexture 3039 gpu/command_buffer/client/gles2_implementation_unittest.cc gl_->ActiveTexture(GL_TEXTURE0 - 1); ActiveTexture 16 gpu/command_buffer/client/gles2_interface_autogen.h virtual void ActiveTexture(GLenum texture) = 0; ActiveTexture 15 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void ActiveTexture(GLenum texture) OVERRIDE; ActiveTexture 15 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void ActiveTexture(GLenum texture) OVERRIDE; ActiveTexture 17 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->ActiveTexture(texture); ActiveTexture 15 gpu/command_buffer/common/gles2_cmd_format_autogen.h typedef ActiveTexture ValueType; ActiveTexture 40 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(sizeof(ActiveTexture) == 8, Sizeof_ActiveTexture_is_not_8); ActiveTexture 41 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(ActiveTexture, header) == 0, ActiveTexture 43 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(ActiveTexture, texture) == 4, ActiveTexture 17 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h TEST_F(GLES2FormatTest, ActiveTexture) { ActiveTexture 18 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h cmds::ActiveTexture& cmd = *GetBufferAs<cmds::ActiveTexture>(); ActiveTexture 20 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<uint32>(cmds::ActiveTexture::kCmdId), ActiveTexture 15 gpu/command_buffer/common/gles2_cmd_ids_autogen.h OP(ActiveTexture) /* 256 */ \ ActiveTexture 17 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h const gles2::cmds::ActiveTexture& c) { ActiveTexture 156 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, ActiveTexture(unit)) ActiveTexture 281 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0)) ActiveTexture 291 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0)) ActiveTexture 297 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0)) ActiveTexture 2084 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE1)); ActiveTexture 2085 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc SpecializedSetup<ActiveTexture, 0>(true); ActiveTexture 2086 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc ActiveTexture cmd; ActiveTexture 2093 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, ActiveTexture(_)).Times(0); ActiveTexture 2094 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc SpecializedSetup<ActiveTexture, 0>(false); ActiveTexture 2095 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc ActiveTexture cmd; ActiveTexture 7811 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0)) ActiveTexture 7835 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0)) ActiveTexture 7871 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0)) ActiveTexture 7933 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0)) ActiveTexture 7947 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0)) ActiveTexture 7956 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0)) ActiveTexture 8695 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE1)); ActiveTexture 8696 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc ActiveTexture cmd; ActiveTexture 8726 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE1)); ActiveTexture 8727 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc SpecializedSetup<ActiveTexture, 0>(true); ActiveTexture 8728 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc ActiveTexture cmd; ActiveTexture 181 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0 + tt)) ActiveTexture 207 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0)) ActiveTexture 244 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0)) ActiveTexture 1379 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc &ActiveTexture, &AttachShader, ActiveTexture 11 mojo/public/c/gles2/gles2_call_visitor_autogen.h VISIT_GL_CALL(ActiveTexture, void, (GLenum texture), (texture)) ActiveTexture 46 ppapi/c/ppb_opengles2.h void (*ActiveTexture)(PP_Resource context, GLenum texture); ActiveTexture 90 ppapi/examples/video_capture/video_capture.cc gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE0); ActiveTexture 99 ppapi/examples/video_capture/video_capture.cc gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE1); ActiveTexture 105 ppapi/examples/video_capture/video_capture.cc gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE2); ActiveTexture 298 ppapi/examples/video_capture/video_capture.cc gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE0 + unit); ActiveTexture 448 ppapi/examples/video_decode/video_decode.cc gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE0); ActiveTexture 543 ppapi/examples/video_decode/video_decode.cc gles2_if_->ActiveTexture(context_->pp_resource(), GL_TEXTURE0); ActiveTexture 19 ppapi/lib/gl/gles2/gles2.c glGetInterfacePPAPI()->ActiveTexture(glGetCurrentContextPPAPI(), texture); ActiveTexture 490 ppapi/lib/gl/include/GLES2/gl2.h #define glActiveTexture GLES2_GET_FUN(ActiveTexture) ActiveTexture 33 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->ActiveTexture(texture); ActiveTexture 1579 ppapi/shared_impl/ppb_opengles2_shared.cc &ActiveTexture, &AttachShader, ActiveTexture 449 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc DELEGATE_TO_GL_1(activeTexture, ActiveTexture, WGC3Denum)