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

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_autogen.h 61 static std::string GetStringTextureTarget(uint32 value);
gles2_cmd_utils_implementation_autogen.h     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h 181 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glCopyTexImage2D(" << GLES2Util::GetStringTextureTarget(target) << ", " << level << ", " << GLES2Util::GetStringTextureInternalFormat(internalformat) << ", " << x << ", " << y << ", " << width << ", " << height << ", " << border << ")"); // NOLINT
199 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glCopyTexSubImage2D(" << GLES2Util::GetStringTextureTarget(target) << ", " << level << ", " << xoffset << ", " << yoffset << ", " << x << ", " << y << ", " << width << ", " << height << ")"); // NOLINT
388 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glFramebufferTexture2D(" << GLES2Util::GetStringFrameBufferTarget(target) << ", " << GLES2Util::GetStringAttachment(attachment) << ", " << GLES2Util::GetStringTextureTarget(textarget) << ", " << texture << ", " << level << ")"); // NOLINT
    [all...]
gles2_implementation.cc     [all...]

Completed in 261 milliseconds