OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStringAttachment
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_autogen.h
12
static std::string
GetStringAttachment
(uint32 value);
gles2_cmd_utils_implementation_autogen.h
681
std::string GLES2Util::
GetStringAttachment
(uint32 value) {
[
all
...]
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h
378
GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glFramebufferRenderbuffer(" << GLES2Util::GetStringFrameBufferTarget(target) << ", " << GLES2Util::
GetStringAttachment
(attachment) << ", " << GLES2Util::GetStringRenderBufferTarget(renderbuffertarget) << ", " << renderbuffer << ")"); // NOLINT
388
GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glFramebufferTexture2D(" << GLES2Util::GetStringFrameBufferTarget(target) << ", " << GLES2Util::
GetStringAttachment
(attachment) << ", " << GLES2Util::GetStringTextureTarget(textarget) << ", " << texture << ", " << level << ")"); // NOLINT
566
GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glGetFramebufferAttachmentParameteriv(" << GLES2Util::GetStringFrameBufferTarget(target) << ", " << GLES2Util::
GetStringAttachment
(attachment) << ", " << GLES2Util::GetStringFrameBufferParameter(pname) << ", " << static_cast<const void*>(params) << ")"); // NOLINT
[
all
...]
Completed in 25 milliseconds