Home
last modified time | relevance | path

Searched defs:IsTexture (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/cc/resources/
Dtexture_mailbox.h30 bool IsTexture() const { return !mailbox_holder_.mailbox.IsZero(); } in IsTexture() function
/external/chromium_org/gpu/command_buffer/service/
Dframebuffer_manager.cc86 virtual bool IsTexture( in IsTexture() function in gpu::gles2::RenderbufferAttachment
197 virtual bool IsTexture(TextureRef* texture) const OVERRIDE { in IsTexture() function in gpu::gles2::TextureAttachment
Dgles2_cmd_decoder_unittest.cc379 TEST_P(GLES2DecoderTest, IsTexture) { in TEST_P() argument
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h3969 struct IsTexture { struct
3970 typedef IsTexture ValueType; argument
3971 static const CommandId kCmdId = kIsTexture; argument
3972 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
3973 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3);
3975 typedef uint32_t Result;
3977 static uint32_t ComputeSize() { in ComputeSize()
3981 void SetHeader() { header.SetCmd<ValueType>(); } in SetHeader()
3983 void Init(GLuint _texture, in Init()
4007 COMPILE_ASSERT(sizeof(IsTexture) == 16, Sizeof_IsTexture_is_not_16); argument
Dgles2_cmd_format_test_autogen.h1309 TEST_F(GLES2FormatTest, IsTexture) { in TEST_F() argument
/external/chromium_org/ppapi/c/
Dppb_opengles2.h298 GLboolean (*IsTexture)(PP_Resource context, GLuint texture); member
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_impl_autogen.h1047 GLboolean GLES2Implementation::IsTexture(GLuint texture) { in IsTexture() function
Dgles2_trace_implementation_impl_autogen.h582 GLboolean GLES2TraceImplementation::IsTexture(GLuint texture) { in IsTexture() function
Dgles2_interface_stub_impl_autogen.h334 GLboolean GLES2InterfaceStub::IsTexture(GLuint /* texture */) { in IsTexture() function
Dgles2_cmd_helper_autogen.h823 void IsTexture(GLuint texture, in IsTexture() function
Dgles2_implementation_unittest_autogen.h891 TEST_F(GLES2ImplementationTest, IsTexture) { in TEST_F() argument
/external/chromium_org/mojo/examples/pepper_container_app/
Dppb_opengles2_thunk.cc833 GLboolean IsTexture(PP_Resource context_id, GLuint texture) { in IsTexture() function
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc845 GLboolean IsTexture(PP_Resource context_id, GLuint texture) { in IsTexture() function
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
Dglapitemp.h2102 KEYWORD1 GLboolean KEYWORD2 NAME(IsTexture)(GLuint texture) in NAME() argument
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglapi_mapi_tmp.h3800 GLAPI GLboolean APIENTRY GLAPI_PREFIX(IsTexture)(GLuint texture) in GLAPI_PREFIX() argument