HomeSort by relevance Sort by last modified time
    Searched refs:IsTexture (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/cc/output/
copy_output_request.cc 66 DCHECK(texture_mailbox.IsTexture());
74 DCHECK(texture_mailbox.IsTexture());
copy_output_result.cc 28 DCHECK(texture_mailbox_.IsTexture());
  /external/chromium_org/cc/resources/
texture_mailbox.cc 40 if (other.IsTexture()) {
41 return IsTexture() && !memcmp(mailbox_holder_.mailbox.name,
texture_mailbox.h 29 bool IsValid() const { return IsTexture() || IsSharedMemory(); }
30 bool IsTexture() const { return !mailbox_holder_.mailbox.IsZero(); }
resource_provider.cc 772 if (mailbox.IsTexture()) {
868 DCHECK(resource->mailbox.IsTexture());
    [all...]
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura.cc 353 DCHECK(texture_mailbox.IsTexture());
354 if (!texture_mailbox.IsTexture())
395 DCHECK(texture_mailbox.IsTexture());
396 if (!texture_mailbox.IsTexture())
  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.h 43 virtual bool IsTexture(TextureRef* texture) const = 0;
framebuffer_manager.cc 86 virtual bool IsTexture(
197 virtual bool IsTexture(TextureRef* texture) const OVERRIDE {
611 if (attachment->IsTexture(texture_ref)) {
gles2_cmd_decoder_unittest_base.cc 936 return IsObjectHelper<cmds::IsTexture, cmds::IsTexture::Result>(client_id);
    [all...]
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 230 DCHECK(texture_mailbox.IsTexture());
231 if (!texture_mailbox.IsTexture())
  /external/chromium_org/cc/layers/
texture_layer_impl.cc 79 if ((draw_mode == DRAW_MODE_HARDWARE && texture_mailbox_.IsTexture()) ||
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 104 OP(IsTexture) /* 345 */ \
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 104 #define glIsTexture GLES2_GET_FUN(IsTexture)
  /external/chromium_org/content/browser/compositor/
delegated_frame_host.cc 500 DCHECK(texture_mailbox.IsTexture());
655 DCHECK(texture_mailbox.IsTexture());
  /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/content/shell/renderer/test_runner/
TestPlugin.cpp 337 if (m_textureMailbox.IsTexture()) {
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest_autogen.h 891 TEST_F(GLES2ImplementationTest, IsTexture) {
893 cmds::IsTexture cmd;
898 GetExpectedResultMemory(sizeof(cmds::IsTexture::Result));
905 GLboolean result = gl_->IsTexture(1);
    [all...]
gles2_interface_stub_impl_autogen.h 334 GLboolean GLES2InterfaceStub::IsTexture(GLuint /* texture */) {
    [all...]
gles2_cmd_helper_autogen.h 823 void IsTexture(GLuint texture,
826 gles2::cmds::IsTexture* c = GetCmdSpace<gles2::cmds::IsTexture>();
    [all...]
gles2_implementation_impl_autogen.h     [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...]
gles2_implementation_autogen.h 286 virtual GLboolean IsTexture(GLuint texture) OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc     [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/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 311 VISIT_GL_CALL(IsTexture, GLboolean, (GLuint texture), (texture))

Completed in 198 milliseconds

1 2 3