HomeSort by relevance Sort by last modified time
    Searched defs:ActiveTexture (Results 1 - 13 of 13) 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/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 24 void ActiveTexture(PP_Resource context_id, GLenum texture) {
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_cmd_helper_autogen.h 14 void ActiveTexture(GLenum texture) {
15 gles2::cmds::ActiveTexture* c = GetCmdSpace<gles2::cmds::ActiveTexture>();
    [all...]
gles2_interface_stub_impl_autogen.h 15 void GLES2InterfaceStub::ActiveTexture(GLenum /* texture */) {
    [all...]
gles2_trace_implementation_impl_autogen.h 15 void GLES2TraceImplementation::ActiveTexture(GLenum texture) {
16 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ActiveTexture");
17 gl_->ActiveTexture(texture);
    [all...]
gles2_implementation.cc     [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 46 void (*ActiveTexture)(PP_Resource context, GLenum texture);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 30 void ActiveTexture(PP_Resource context_id, GLenum texture) {
33 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 14 struct ActiveTexture {
15 typedef ActiveTexture ValueType;
40 COMPILE_ASSERT(sizeof(ActiveTexture) == 8, Sizeof_ActiveTexture_is_not_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 1762 milliseconds