Home | History | Annotate | Download | only in android

Lines Matching defs:SurfaceTexture

29 scoped_refptr<SurfaceTexture> SurfaceTexture::Create(int texture_id) {
31 return new SurfaceTexture(
35 scoped_refptr<SurfaceTexture> SurfaceTexture::CreateSingleBuffered(
39 return new SurfaceTexture(
43 SurfaceTexture::SurfaceTexture(
48 SurfaceTexture::~SurfaceTexture() {
53 void SurfaceTexture::SetFrameAvailableCallback(
62 void SurfaceTexture::UpdateTexImage() {
68 void SurfaceTexture::ReleaseTexImage() {
75 void SurfaceTexture::GetTransformMatrix(float mtx[16]) {
91 void SurfaceTexture::SetDefaultBufferSize(int width, int height) {
104 void SurfaceTexture::AttachToGLContext() {
115 void SurfaceTexture::DetachFromGLContext() {
123 ANativeWindow* SurfaceTexture::CreateSurface() {
136 bool SurfaceTexture::IsSingleBufferModeSupported() {
140 bool SurfaceTexture::RegisterSurfaceTexture(JNIEnv* env) {