Merge "resolved conflicts for merge of b7f09f28 to honeycomb-plus-aosp" into honeycomb-plus-aosp
This commit is contained in:
commit
9dd6682a5a
@ -47,7 +47,7 @@ public:
|
||||
|
||||
// tex indicates the name OpenGL texture to which images are to be streamed.
|
||||
// This texture name cannot be changed once the SurfaceTexture is created.
|
||||
SurfaceTexture(GLuint tex);
|
||||
SurfaceTexture(GLuint tex, bool allowSynchronousMode = true);
|
||||
|
||||
virtual ~SurfaceTexture();
|
||||
|
||||
|
@ -75,7 +75,7 @@ static float mtxRot270[16] = {
|
||||
|
||||
static void mtxMul(float out[16], const float a[16], const float b[16]);
|
||||
|
||||
SurfaceTexture::SurfaceTexture(GLuint tex) :
|
||||
SurfaceTexture::SurfaceTexture(GLuint tex, bool allowSynchronousMode) :
|
||||
mBufferCount(MIN_BUFFER_SLOTS), mCurrentTexture(INVALID_BUFFER_SLOT),
|
||||
mCurrentTransform(0), mLastQueued(INVALID_BUFFER_SLOT),
|
||||
mLastQueuedTransform(0), mNextTransform(0), mTexName(tex) {
|
||||
|
Loading…
Reference in New Issue
Block a user