HomeSort by relevance Sort by last modified time
    Searched defs:ActiveTexture (Results 1 - 11 of 11) sorted by null

  /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 26 void ActiveTexture(PP_Resource context_id, GLenum texture) {
27 GetGLES(context_id)->ActiveTexture(texture);
846 &ActiveTexture,
  /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 245 milliseconds