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

  /external/deqp/external/openglcts/modules/common/
glcTestSubcase.hpp 42 class GLWrapper : public glu::CallLogWrapper
45 virtual ~GLWrapper()
49 GLWrapper();
53 class SubcaseBase : public GLWrapper
glcTestSubcase.cpp 38 GLWrapper::GLWrapper()
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 86 * <li>{@link #setGLWrapper(GLWrapper)}
258 * Set the glWrapper. If the glWrapper is not null, its
259 * {@link GLWrapper#wrap(GL)} method is called
260 * whenever a surface is created. A GLWrapper can be used to wrap
268 * @param glWrapper the new GLWrapper
270 public void setGLWrapper(GLWrapper glWrapper) {
271 mGLWrapper = glWrapper;
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 74 * <li>{@link #setGLWrapper(GLWrapper)}
217 * Set the glWrapper. If the glWrapper is not null, its
218 * {@link GLWrapper#wrap(GL)} method is called
219 * whenever a surface is created. A GLWrapper can be used to wrap
227 * @param glWrapper the new GLWrapper
229 public void setGLWrapper(GLWrapper glWrapper) {
230 mGLWrapper = glWrapper;
    [all...]

Completed in 1627 milliseconds