Merge commit '838336fa61f2f06898322f059570708def823398' * commit '838336fa61f2f06898322f059570708def823398': pixelflinger: Fix function naming typo: gglBitBlti
This commit is contained in:
commit
8fa95f9660
2 changed files with 2 additions and 2 deletions
|
@ -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],
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue