am 5dfd90e5: Merge "pixelflinger: Fix function naming typo: gglBitBlti"
Merge commit '5dfd90e5c79774d9981d25ab4defbd1e1f652c34' into gingerbread-plus-aosp * commit '5dfd90e5c79774d9981d25ab4defbd1e1f652c34': pixelflinger: Fix function naming typo: gglBitBlti
This commit is contained in:
commit
838336fa61
2 changed files with 2 additions and 2 deletions
|
|
@ -315,7 +315,7 @@ extern "C" {
|
||||||
ssize_t gglInit(GGLContext** context);
|
ssize_t gglInit(GGLContext** context);
|
||||||
ssize_t gglUninit(GGLContext* context);
|
ssize_t gglUninit(GGLContext* context);
|
||||||
|
|
||||||
GGLint gglBitBlti(
|
GGLint gglBitBlit(
|
||||||
GGLContext* c,
|
GGLContext* c,
|
||||||
int tmu,
|
int tmu,
|
||||||
GGLint crop[4],
|
GGLint crop[4],
|
||||||
|
|
|
||||||
|
|
@ -143,7 +143,7 @@ void ggl_copyPixels(void* con, GGLint xs, GGLint ys,
|
||||||
|
|
||||||
using namespace android;
|
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);
|
GGL_CONTEXT(c, (void*)con);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue