HomeSort by relevance Sort by last modified time
    Searched refs:GetStringSrcBlendFactor (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_autogen.h 50 static std::string GetStringSrcBlendFactor(uint32 value);
gles2_cmd_utils_implementation_autogen.h     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 101 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glBlendFunc(" << GLES2Util::GetStringSrcBlendFactor(sfactor) << ", " << GLES2Util::GetStringDstBlendFactor(dfactor) << ")"); // NOLINT
109 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glBlendFuncSeparate(" << GLES2Util::GetStringSrcBlendFactor(srcRGB) << ", " << GLES2Util::GetStringDstBlendFactor(dstRGB) << ", " << GLES2Util::GetStringSrcBlendFactor(srcAlpha) << ", " << GLES2Util::GetStringDstBlendFactor(dstAlpha) << ")"); // NOLINT
    [all...]

Completed in 29 milliseconds