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

  /external/chromium_org/cc/resources/
texture_mailbox.h 42 bool IsValid() const { return IsTexture() || IsSharedMemory(); }
43 bool IsTexture() const { return !name_.IsZero(); }
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h     [all...]
gles2_cmd_helper_autogen.h 887 void IsTexture(
889 gles2::cmds::IsTexture* c = GetCmdSpace<gles2::cmds::IsTexture>();
    [all...]
gles2_interface_stub_impl_autogen.h 278 GLboolean GLES2InterfaceStub::IsTexture(GLuint /* texture */) {
gles2_trace_implementation_impl_autogen.h 505 GLboolean GLES2TraceImplementation::IsTexture(GLuint texture) {
506 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::IsTexture");
507 return gl_->IsTexture(texture);
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 193 GLboolean (*IsTexture)(PP_Resource context, GLuint texture);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 462 GLboolean IsTexture(PP_Resource context_id, GLuint texture) {
463 return GetGLES(context_id)->IsTexture(texture);
933 &IsTexture,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 380 GLboolean (GLAPIENTRY * IsTexture)(GLuint);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 380 GLboolean (GLAPIENTRY * IsTexture)(GLuint);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp.h 364 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTexture)(GLuint texture);
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitemp.h     [all...]

Completed in 975 milliseconds