OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStringTextureInternalFormat
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_autogen.h
55
static std::string
GetStringTextureInternalFormat
(uint32 value);
gles2_cmd_utils_implementation_autogen.h
[
all
...]
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation.cc
[
all
...]
gles2_implementation_impl_autogen.h
181
GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glCopyTexImage2D(" << GLES2Util::GetStringTextureTarget(target) << ", " << level << ", " << GLES2Util::
GetStringTextureInternalFormat
(internalformat) << ", " << x << ", " << y << ", " << width << ", " << height << ", " << border << ")"); // NOLINT
[
all
...]
Completed in 27 milliseconds