HomeSort by relevance Sort by last modified time
    Searched defs:updateSurface (Results 1 - 12 of 12) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
VideoSurfaceView.java 82 private boolean updateSurface = false;
96 if (updateSurface) {
98 updateSurface = false;
129 updateSurface = false;
134 updateSurface = true;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image11.cpp 114 bool Image11::updateSurface(TextureStorageInterface2D *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
120 bool Image11::updateSurface(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
Image9.cpp 291 bool Image9::updateSurface(TextureStorageInterface2D *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
295 return updateSurface(storage9->getSurfaceLevel(level, true), xoffset, yoffset, width, height);
298 bool Image9::updateSurface(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
302 return updateSurface(storage9->getCubeMapSurface(GL_TEXTURE_CUBE_MAP_POSITIVE_X + face, level, true), xoffset, yoffset, width, height);
305 bool Image9::updateSurface(IDirect3DSurface9 *destSurface, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height)
335 result = device->UpdateSurface(surf, &rect, destSurface, &point);
342 // UpdateSurface: source must be SYSTEMMEM, dest must be DEFAULT pools
343 HRESULT result = device->UpdateSurface(sourceSurface, &rect, destSurface, &point);
  /cts/tests/src/android/opengl/cts/
CompressedTextureSurfaceView.java 127 private boolean updateSurface = false;
364 updateSurface = true;
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureRenderer.java 88 private boolean updateSurface = false;
105 if (updateSurface) {
109 updateSurface = false;
229 updateSurface = false;
241 updateSurface = true;
  /development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 85 if (updateSurface) {
89 updateSurface = false;
210 updateSurface = false;
219 updateSurface = true;
326 private boolean updateSurface = false;
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 97 if (updateSurface) {
101 updateSurface = false;
222 updateSurface = false;
231 updateSurface = true;
338 private boolean updateSurface = false;