HomeSort by relevance Sort by last modified time
    Searched defs:GL (Results 1 - 25 of 32) sorted by null

1 2

  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwGL20.java 27 import com.badlogic.jglfw.gl.GL;
65 GL.glActiveTexture(texture);
69 GL.glBindTexture(target, texture);
73 GL.glBlendFunc(sfactor, dfactor);
77 GL.glClear(mask);
81 GL.glClearColor(red, green, blue, alpha);
85 GL.glClearDepthf(depth);
89 GL.glClearStencil(s);
93 GL.glColorMask(red, green, blue, alpha);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL.java 1 /* //device/java/android/javax/microedition/khronos/opengles/GL.java
20 public interface GL {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gl.py 2 """Very simple test script for the SGI gl library extension module
9 gl = import_module('gl') variable
10 GL = import_module('GL')
93 raise unittest.SkipTest, "No $DISPLAY -- skipping gl test"
95 # touch all the attributes of gl without doing anything
97 print 'Touching gl module attributes...'
101 getattr(gl, attr)
107 gl.foreground(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gl.py 2 """Very simple test script for the SGI gl library extension module
9 gl = import_module('gl') variable
10 GL = import_module('GL')
93 raise unittest.SkipTest, "No $DISPLAY -- skipping gl test"
95 # touch all the attributes of gl without doing anything
97 print 'Touching gl module attributes...'
101 getattr(gl, attr)
107 gl.foreground(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gl.py 2 """Very simple test script for the SGI gl library extension module
9 gl = import_module('gl') variable
10 GL = import_module('GL')
93 raise unittest.SkipTest, "No $DISPLAY -- skipping gl test"
95 # touch all the attributes of gl without doing anything
97 print 'Touching gl module attributes...'
101 getattr(gl, attr)
107 gl.foreground(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gl.py 2 """Very simple test script for the SGI gl library extension module
9 gl = import_module('gl') variable
10 GL = import_module('GL')
93 raise unittest.SkipTest, "No $DISPLAY -- skipping gl test"
95 # touch all the attributes of gl without doing anything
97 print 'Touching gl module attributes...'
101 getattr(gl, attr)
107 gl.foreground(
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5-generic-lambda-1y.cpp 94 auto GL = [](auto a, decltype(a) b) //expected-note{{candidate function}}
99 GL(3, X{}); //expected-error{{no matching function}}
  /external/libgdx/tests/gdx-tests-lwjgl3/src/com/badlogic/gdx/tests/lwjgl3/
GlfwTest.java 15 import org.lwjgl.opengl.GL;
44 GL.createCapabilities();
  /external/mesa3d/src/glx/
glxextensions.c 43 #define GL(n) "GL_" # n, 3 + sizeof( # n ) - 1, GL_ ## n ## _bit
106 { GL(ARB_depth_texture), VER(1,4), Y, N, N, N },
107 { GL(ARB_draw_buffers), VER(0,0), Y, N, N, N },
108 { GL(ARB_fragment_program), VER(0,0), Y, N, N, N },
109 { GL(ARB_fragment_program_shadow), VER(0,0), Y, N, N, N },
110 { GL(ARB_framebuffer_object), VER(0,0), Y, N, N, N },
111 { GL(ARB_imaging), VER(0,0), Y, N, N, N },
112 { GL(ARB_multisample), VER(1,3), Y, N, N, N },
113 { GL(ARB_multitexture), VER(1,3), Y, N, N, N },
114 { GL(ARB_occlusion_query), VER(1,5), Y, N, N, N }
    [all...]
  /external/mesa3d/src/mesa/main/
extensions.c 44 GLL = 1 << API_OPENGL, /* GL Legacy / Compatibility */
45 GLC = 1 << API_OPENGL_CORE, /* GL Core */
46 GL = (1 << API_OPENGL) | (1 << API_OPENGL_CORE),
82 { "GL_ARB_ES2_compatibility", o(ARB_ES2_compatibility), GL, 2009 },
83 { "GL_ARB_base_instance", o(ARB_base_instance), GL, 2011 },
84 { "GL_ARB_blend_func_extended", o(ARB_blend_func_extended), GL, 2009 },
85 { "GL_ARB_color_buffer_float", o(ARB_color_buffer_float), GL, 2004 },
86 { "GL_ARB_copy_buffer", o(ARB_copy_buffer), GL, 2008 },
87 { "GL_ARB_conservative_depth", o(ARB_conservative_depth), GL, 2011 },
88 { "GL_ARB_debug_output", o(dummy_true), GL, 2009 }
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3Application.java 25 import org.lwjgl.opengl.GL;
121 Gdx.gl = Gdx.gl30 != null ? Gdx.gl30 : Gdx.gl20;
357 // hints mandatory on OS X for GL 3.2+ context creation, but fail on Windows if the
396 GL.createCapabilities();
  /frameworks/native/opengl/libagl/
context.h 32 #include <GLES/gl.h>
48 namespace gl { namespace in namespace:android
603 typedef ogles_context_t* GL;
604 void (*renderPoint)(GL, vertex_t*);
605 void (*renderLine)(GL, vertex_t*, vertex_t*);
606 void (*renderTriangle)(GL, vertex_t*, vertex_t*, vertex_t*);
641 }; // namespace gl
644 using namespace android::gl;
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 

Completed in 1094 milliseconds

1 2