[go: nahoru, domu]

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

12345

/frameworks/rs/driver/
H A DrsdShader.cpp416 if (!dc->gl.gl.OES_texture_npot && tex->getType()->getIsNp2()) {
418 (dc->gl.gl.NV_texture_npot_2D_mipmap || dc->gl.gl.IMG_texture_npot)) {
419 if (dc->gl.gl.NV_texture_npot_2D_mipmap) {
455 float anisoValue = rsMin(dc->gl.gl
[all...]
H A DrsdFrameBuffer.cpp72 dc->gl.currentFrameBuffer = fbo;
H A DrsdGL.h64 } gl; member in struct:RsdGLRec
H A DrsdProgramStore.cpp24 #include <GLES/gl.h>
/frameworks/native/opengl/libagl/
H A Dfp.h28 #include <GLES/gl.h>
39 namespace gl { namespace in namespace:android
237 }; // namespace gl
H A DTextureObjectManager.h32 #include <GLES/gl.h>
H A Dcontext.h31 #include <GLES/gl.h>
47 namespace gl { namespace in namespace:android
640 }; // namespace gl
643 using namespace android::gl;
/frameworks/base/libs/hwui/debug/
H A Dwrap_gles.cpp21 #include <GLES/gl.h>
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java283 public void onDrawFrame(GL10 gl) { argument
287 public void onSurfaceChanged(GL10 gl, int width, int height) { argument
291 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java283 public void onDrawFrame(GL10 gl) { argument
287 public void onSurfaceChanged(GL10 gl, int width, int height) { argument
291 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
/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/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java286 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument
293 public void onSurfaceChanged(GL10 gl, int width, int height) { argument
299 public void onDrawFrame(GL10 gl) { argument
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h27 #include <GLES/gl.h>
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp126 const char* exts = (const char *)gEGLImpl.hooks[version]->gl.glGetString(GL_EXTENSIONS);
H A DLoader.cpp463 &cnx->hooks[egl_connection_t::GLESv1_INDEX]->gl,
470 &cnx->hooks[egl_connection_t::GLESv2_INDEX]->gl,
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp23 #include <GLES/gl.h>
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp22 #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/base/core/jni/
H A Dandroid_os_Debug.cpp156 int gl; member in struct:android::graphics_memory_pss
182 ALOGW("failed to get gl pss: %zd", pss);
185 graphics_mem->gl = pss / 1024;
454 stats[HEAP_GL].pss = graphics_mem.gl;
455 stats[HEAP_GL].privateDirty = graphics_mem.gl;
525 pss = uss = memtrack = graphics_mem.graphics + graphics_mem.gl + graphics_mem.other;
/frameworks/native/opengl/libs/
H A DAndroid.mk77 GLES_CM/gl.cpp.arm \
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h38 #include <GLES/gl.h>
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp5 #include <GLES/gl.h>

Completed in 313 milliseconds

12345