Home
last modified time | relevance | path

Searched refs:GetStringCompressedTextureFormat (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_utils_autogen.h22 static std::string GetStringCompressedTextureFormat(uint32_t value);
Dgles2_cmd_utils_implementation_autogen.h2445 std::string GLES2Util::GetStringCompressedTextureFormat(uint32_t value) { in GetStringCompressedTextureFormat() function
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation.cc1610 << GLES2Util::GetStringCompressedTextureFormat(internalformat) << ", " in CompressedTexImage2D()
1659 << GLES2Util::GetStringCompressedTextureFormat(format) << ", " in CompressedTexSubImage2D()