OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateTexImage
(Results
1 - 14
of
14
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java
39
* texture with
updateTexImage
, then render the texture with GL to a pbuffer.
256
mTextureRender.checkGlError("before
updateTexImage
");
257
mSurfaceTexture.
updateTexImage
();
284
mTextureRender.checkGlError("before
updateTexImage
");
285
mSurfaceTexture.
updateTexImage
();
297
mTextureRender.checkGlError("before
updateTexImage
");
298
mSurfaceTexture.
updateTexImage
();
/cts/tests/tests/media/src/android/media/cts/
OutputSurface.java
35
* texture with
updateTexImage
, then render the texture with GL to a pbuffer.
252
mTextureRender.checkGlError("before
updateTexImage
");
253
mSurfaceTexture.
updateTexImage
();
280
mTextureRender.checkGlError("before
updateTexImage
");
281
mSurfaceTexture.
updateTexImage
();
293
mTextureRender.checkGlError("before
updateTexImage
");
294
mSurfaceTexture.
updateTexImage
();
VideoSurfaceView.java
99
mSurfaceTexture.
updateTexImage
();
DecodeAccuracyTestBase.java
[
all
...]
EncodeVirtualDisplayWithCompositionTest.java
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/cts/
RenderTarget.java
115
updateTexImage
((SurfaceTexture) msg.obj);
136
private void
updateTexImage
(SurfaceTexture texture) {
137
texture.
updateTexImage
();
ANativeWindowTest.java
157
consumer.
updateTexImage
();
/cts/tests/tests/security/src/android/security/cts/
RenderTarget.java
118
updateTexImage
((SurfaceTexture) msg.obj);
139
private void
updateTexImage
(SurfaceTexture texture) {
140
texture.
updateTexImage
();
/frameworks/av/cmds/screenrecord/
FrameOutput.cpp
117
mGlConsumer->
updateTexImage
();
Overlay.cpp
201
mGlConsumer->
updateTexImage
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
CameraPreviewRenderable.java
168
mCameraSurfaceTexture.
updateTexImage
();
/cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureRenderer.java
106
mSurface.
updateTexImage
();
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceTextureHelper.java
461
surfaceTexture.
updateTexImage
();
/cts/tests/camera/src/android/hardware/cts/
CameraGLTest.java
694
CameraGLTest.this.mSurfaceTexture.
updateTexImage
();
[
all
...]
Completed in 474 milliseconds