Merge "pixelflinger: Fix function naming typo: gglBitBlti"

This commit is contained in:
Jean-Baptiste Queru 2010-08-16 09:33:04 -07:00 committed by Android Code Review
commit 5dfd90e5c7
2 changed files with 2 additions and 2 deletions

View File

@ -315,7 +315,7 @@ extern "C" {
ssize_t gglInit(GGLContext** context);
ssize_t gglUninit(GGLContext* context);
GGLint gglBitBlti(
GGLint gglBitBlit(
GGLContext* c,
int tmu,
GGLint crop[4],

View File

@ -143,7 +143,7 @@ void ggl_copyPixels(void* con, GGLint xs, GGLint ys,
using namespace android;
GGLint gglBitBlti(GGLContext* con, int tmu, GGLint crop[4], GGLint where[4])
GGLint gglBitBlit(GGLContext* con, int tmu, GGLint crop[4], GGLint where[4])
{
GGL_CONTEXT(c, (void*)con);