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

1 2

  /external/chromium_org/cc/output/
copy_output_result.cc 26 DCHECK(texture_mailbox_->IsTexture());
copy_output_request.cc 45 DCHECK(texture->IsTexture());
  /external/chromium_org/cc/resources/
texture_mailbox.h 42 bool IsValid() const { return IsTexture() || IsSharedMemory(); }
43 bool IsTexture() const { return !name_.IsZero(); }
texture_mailbox.cc 83 if (other.IsTexture())
93 return IsTexture() && !memcmp(data(), other.name, sizeof(name_.name));
resource_provider.cc 295 if (mailbox.IsTexture()) {
360 if (resource->mailbox.IsTexture()) {
519 if (!resource->gl_id && resource->mailbox.IsTexture()) {
948 if (!source->mailbox.IsTexture()) {
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.h 41 virtual bool IsTexture(TextureRef* texture) const = 0;
framebuffer_manager.cc 73 virtual bool IsTexture(
173 virtual bool IsTexture(TextureRef* texture) const OVERRIDE {
512 if (attachment->IsTexture(texture_ref)) {
gles2_cmd_decoder_unittest_2_autogen.h 201 SpecializedSetup<cmds::IsTexture, 0>(true);
202 cmds::IsTexture cmd;
209 SpecializedSetup<cmds::IsTexture, 0>(false);
210 cmds::IsTexture cmd;
    [all...]
gles2_cmd_decoder_unittest_base.cc 764 return IsObjectHelper<cmds::IsTexture, cmds::IsTexture::Result>(client_id);
    [all...]
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 221 DCHECK(texture_mailbox.IsTexture());
222 if (!texture_mailbox.IsTexture())
  /external/chromium_org/cc/layers/
texture_layer_impl.cc 78 if ((draw_mode == DRAW_MODE_HARDWARE && texture_mailbox_.IsTexture()) ||
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 120 OP(IsTexture) /* 363 */ \
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 102 #define glIsTexture GLES2_GET_FUN(IsTexture)
  /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/content/browser/renderer_host/
render_widget_host_view_android.cc     [all...]
render_widget_host_view_aura.cc     [all...]
  /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_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;
gles2_interface_stub_autogen.h 147 virtual GLboolean IsTexture(GLuint texture) OVERRIDE;
gles2_trace_implementation_autogen.h 147 virtual GLboolean IsTexture(GLuint texture) OVERRIDE;
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_readback.cc 63 EXPECT_TRUE(texture_mailbox->IsTexture());
    [all...]

Completed in 670 milliseconds

1 2