Searched refs:GetStringTextureInternalFormat (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_utils_autogen.h55 static std::string GetStringTextureInternalFormat(uint32 value);
H A Dgles2_cmd_utils_implementation_autogen.h1268 std::string GLES2Util::GetStringTextureInternalFormat(uint32 value) { function in class:GLES2Util
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc1629 << GLES2Util::GetStringTextureInternalFormat(internalformat) << ", "
3564 << GLES2Util::GetStringTextureInternalFormat(internalformat) << ", "
3695 << GLES2Util::GetStringTextureInternalFormat(internalformat) << ")");
H A Dgles2_implementation_impl_autogen.h181 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glCopyTexImage2D(" << GLES2Util::GetStringTextureTarget(target) << ", " << level << ", " << GLES2Util::GetStringTextureInternalFormat(internalformat) << ", " << x << ", " << y << ", " << width << ", " << height << ", " << border << ")"); // NOLINT

Completed in 89 milliseconds