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

1 2 3

  /external/chromium_org/cc/output/
copy_output_request.cc 61 DCHECK(texture_mailbox.IsTexture());
69 DCHECK(texture_mailbox.IsTexture());
copy_output_result.cc 29 DCHECK(texture_mailbox_.IsTexture());
  /external/chromium_org/cc/resources/
texture_mailbox.h 35 bool IsValid() const { return IsTexture() || IsSharedMemory(); }
36 bool IsTexture() const { return !name_.IsZero(); }
texture_mailbox.cc 62 if (other.IsTexture())
72 return IsTexture() && !memcmp(data(), other.name, sizeof(name_.name));
resource_provider.cc 463 if (mailbox.IsTexture()) {
548 if (resource->mailbox.IsTexture()) {
737 if (!resource->gl_id && resource->mailbox.IsTexture()) {
    [all...]
  /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 {
560 if (attachment->IsTexture(texture_ref)) {
gles2_cmd_decoder_unittest_2_autogen.h 51 SpecializedSetup<cmds::IsTexture, 0>(true);
52 cmds::IsTexture cmd;
59 SpecializedSetup<cmds::IsTexture, 0>(false);
60 cmds::IsTexture cmd;
    [all...]
gles2_cmd_decoder_unittest_base.cc 792 return IsObjectHelper<cmds::IsTexture, cmds::IsTexture::Result>(client_id);
    [all...]
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 233 DCHECK(texture_mailbox.IsTexture());
234 if (!texture_mailbox.IsTexture())
  /external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device_aura.cc 320 DCHECK(texture_mailbox.IsTexture());
321 if (!texture_mailbox.IsTexture())
  /external/chromium_org/cc/layers/
texture_layer_impl.cc 87 if ((draw_mode == DRAW_MODE_HARDWARE && texture_mailbox_.IsTexture()) ||
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 113 OP(IsTexture) /* 356 */ \
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 102 #define glIsTexture GLES2_GET_FUN(IsTexture)
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest_autogen.h 872 TEST_F(GLES2ImplementationTest, IsTexture) {
874 cmds::IsTexture cmd;
877 typedef cmds::IsTexture::Result Result;
880 GetExpectedResultMemory(sizeof(cmds::IsTexture::Result));
887 GLboolean result = gl_->IsTexture(1);
    [all...]
gles2_interface_stub_impl_autogen.h 278 GLboolean GLES2InterfaceStub::IsTexture(GLuint /* texture */) {
gles2_cmd_helper_autogen.h 834 void IsTexture(
836 gles2::cmds::IsTexture* c = GetCmdSpace<gles2::cmds::IsTexture>();
    [all...]
gles2_implementation_impl_autogen.h     [all...]
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...]
gles2_implementation_autogen.h 225 virtual GLboolean IsTexture(GLuint texture) OVERRIDE;
gles2_interface_autogen.h 137 virtual GLboolean IsTexture(GLuint texture) = 0;
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 751 GLboolean IsTexture(PP_Resource context_id, GLuint texture) {
754 return ToGles2Impl(&enter)->IsTexture(texture);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc     [all...]
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_readback.cc 65 EXPECT_TRUE(texture_mailbox.IsTexture());
    [all...]

Completed in 413 milliseconds

1 2 3