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

  /external/chromium_org/cc/resources/
texture_mailbox.h 29 bool IsValid() const { return IsTexture() || IsSharedMemory(); }
30 bool IsTexture() const { return !mailbox_holder_.mailbox.IsZero(); }
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h     [all...]
gles2_cmd_helper_autogen.h 823 void IsTexture(GLuint texture,
826 gles2::cmds::IsTexture* c = GetCmdSpace<gles2::cmds::IsTexture>();
    [all...]
gles2_interface_stub_impl_autogen.h 334 GLboolean GLES2InterfaceStub::IsTexture(GLuint /* texture */) {
    [all...]
gles2_trace_implementation_impl_autogen.h 582 GLboolean GLES2TraceImplementation::IsTexture(GLuint texture) {
583 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::IsTexture");
584 return gl_->IsTexture(texture);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 833 GLboolean IsTexture(PP_Resource context_id, GLuint texture) {
    [all...]
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 298 GLboolean (*IsTexture)(PP_Resource context, GLuint texture);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 845 GLboolean IsTexture(PP_Resource context_id, GLuint texture) {
848 return ToGles2Impl(&enter)->IsTexture(texture);
    [all...]
  /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 104 milliseconds