Searched refs:gl (Results 51 - 75 of 110) sorted by relevance

12345

/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java286 public void onDrawFrame(GL10 gl) { argument
290 public void onSurfaceChanged(GL10 gl, int width, int height) { argument
294 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java93 public void onDrawFrame(GL10 gl) { argument
144 public void onSurfaceChanged(GL10 gl, int width, int height) { argument
152 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp25 #include <GLES/gl.h>
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp22 #include <GLES/gl.h>
/frameworks/rs/driver/
H A DrsdFrameBuffer.cpp72 dc->gl.currentFrameBuffer = fbo;
H A DrsdGL.h67 } gl; member in struct:RsdGLRec
H A DrsdProgramStore.cpp24 #include <GLES/gl.h>
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackView.java106 public void setOnGestureListener(OnGestureListener gl) { argument
107 mGestureDetector = new GestureDetector(getContext(), gl);
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp353 &cnx->hooks[egl_connection_t::GLESv1_INDEX]->gl,
360 &cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl,
H A Degl_display.h27 #include <GLES/gl.h>
H A Degl_object.h27 #include <GLES/gl.h>
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp53 #include <GLES/gl.h>
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp24 #include <GLES/gl.h>
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp22 #include <GLES/gl.h>
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10ExtcHeader.cpp25 #include <GLES/gl.h>
H A DGLES10cHeader.cpp25 #include <GLES/gl.h>
H A DGLES11ExtcHeader.cpp25 #include <GLES/gl.h>
H A DGLES11cHeader.cpp25 #include <GLES/gl.h>
/frameworks/native/services/surfaceflinger/
H A DLayer.h34 #include <GLES/gl.h>
H A DLayerScreenshot.cpp21 #include <GLES/gl.h>
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp19 #include <GLES/gl.h>
353 return context->hooks->gl.glGetAttribLocation(program, name);
355 return context->hooks->gl.glGetUniformLocation(program, name);
386 context->hooks->gl.glGetIntegerv(param, &x);
392 context->hooks->gl.glGetVertexAttribiv(index, pname, &x);
587 context->hooks->gl.glGetVertexAttribPointerv(index, GL_VERTEX_ATTRIB_ARRAY_POINTER, &ptr);
/frameworks/native/opengl/libagl/
H A Dcontext.h31 #include <GLES/gl.h>
47 namespace gl { namespace in namespace:android
636 }; // namespace gl
639 using namespace android::gl;
/frameworks/base/core/java/android/widget/
H A DGridLayout.java2211 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean horizontal) { argument
2212 return before - a.getAlignmentValue(c, size, gl.getLayoutMode());
2215 protected final void include(GridLayout gl, View c, Spec spec, Axis axis) { argument
2218 int size = gl.getMeasurementIncludingMargin(c, horizontal);
2219 Alignment alignment = gl.getAlignment(spec.alignment, horizontal);
2221 int before = alignment.getAlignmentValue(c, size, gl.getLayoutMode());
2696 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean hrz) {
2697 return max(0, super.getOffset(gl, c, a, size, hrz));
/frameworks/native/opengl/libs/
H A DAndroid.mk94 GLES_CM/gl.cpp.arm \
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10Ext.cpp26 #include <GLES/gl.h>

Completed in 172 milliseconds

12345