HomeSort by relevance Sort by last modified time
    Searched refs:gl (Results 276 - 300 of 1149) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/angle/src/libEGL/
Surface.h 19 namespace gl namespace
67 virtual void setBoundTexture(gl::Texture2D *texture);
68 virtual gl::Texture2D *getBoundTexture() const;
110 gl::Texture2D *mTexture;
  /external/chromium_org/third_party/angle/src/libGLESv2/
HandleAllocator.h 7 // HandleAllocator.h: Defines the gl::HandleAllocator class, which is used to
8 // allocate GL handles.
20 namespace gl namespace
Query.h 7 // Query.h: Defines the gl::Query class
24 namespace gl namespace
RenderbufferProxySet.h 7 // RenderbufferProxySet.h: Defines the gl::RenderbufferProxySet, a class for
15 namespace gl namespace
TransformFeedback.h 16 namespace gl namespace
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
VertexDataManager.cpp 30 static int ElementsInBuffer(const gl::VertexAttribute &attribute, unsigned int size)
42 static int StreamingBufferElementCount(const gl::VertexAttribute &attribute, int vertexDrawCount, int instanceDrawCount)
58 for (int i = 0; i < gl::MAX_VERTEX_ATTRIBS; i++)
81 for (int i = 0; i < gl::MAX_VERTEX_ATTRIBS; i++)
87 GLenum VertexDataManager::prepareVertexData(const gl::VertexAttribute attribs[], const gl::VertexAttribCurrentValueData currentValues[],
88 gl::ProgramBinary *programBinary, GLint start, GLsizei count, TranslatedAttribute *translated, GLsizei instances)
95 for (int attributeIndex = 0; attributeIndex < gl::MAX_VERTEX_ATTRIBS; attributeIndex++)
101 for (int i = 0; i < gl::MAX_VERTEX_ATTRIBS; i++)
105 gl::Buffer *buffer = attribs[i].mBoundBuffer.get()
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
formatutils11.h 7 // formatutils11.h: Queries for GL image formats and their translations to D3D11
63 VertexCopyFunction GetVertexCopyFunction(const gl::VertexFormat &vertexFormat);
64 size_t GetVertexElementSize(const gl::VertexFormat &vertexFormat);
65 VertexConversionType GetVertexConversionType(const gl::VertexFormat &vertexFormat);
66 DXGI_FORMAT GetNativeVertexFormat(const gl::VertexFormat &vertexFormat);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
formatutils9.h 7 // formatutils9.h: Queries for GL image formats and their translations to D3D9
40 VertexCopyFunction GetVertexCopyFunction(const gl::VertexFormat &vertexFormat);
41 size_t GetVertexElementSize(const gl::VertexFormat &vertexFormat);
42 VertexConversionType GetVertexConversionType(const gl::VertexFormat &vertexFormat);
43 D3DDECLTYPE GetNativeVertexFormat(const gl::VertexFormat &vertexFormat);
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx.h 34 #include <GL/gl.h>
35 #include <GL/glxint.h>
  /external/chromium_org/third_party/mesa/src/src/mapi/shared-glapi/tests/
check_table.cpp 25 #include <GL/gl.h>
  /external/chromium_org/third_party/skia/bench/
BenchTimer.h 30 BenchTimer(SkGLContextHelper* gl = NULL);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/gl/
SurfaceTextureListener.java 5 package org.chromium.ui.gl;
  /external/mesa3d/src/glx/apple/
apple_glx.h 34 #include <GL/gl.h>
35 #include <GL/glxint.h>
  /external/mesa3d/src/mapi/shared-glapi/tests/
check_table.cpp 25 #include <GL/gl.h>
  /external/skia/tools/timer/
Timer.h 37 explicit Timer(SkGLContextHelper* gl = NULL);
  /frameworks/native/libs/gui/tests/
TextureRenderer.h 20 #include <GLES/gl.h>
  /frameworks/native/opengl/libagl/
TokenManager.h 26 #include <GLES/gl.h>
vertex.h 27 namespace gl { namespace in namespace:android
  /frameworks/rs/driver/
rsdType.cpp 28 #include <GLES/gl.h>
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigGLSurfaceView.java 82 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
97 gl.glEnableClientState(GL10.GL_VERTEX_ARRAY);
100 public void onDrawFrame(GL10 gl) {
101 gl.glClear(GL10.GL_COLOR_BUFFER_BIT);
102 gl.glColor4f(1.0f, 0, 0, 0);
103 gl.glVertexPointer(3, GL10.GL_FLOAT, 0, mFloatBuffer);
104 gl.glDrawArrays(GL10.GL_TRIANGLES, 0, 9);
111 public void onSurfaceChanged(GL10 gl, int width, int height) {
112 gl.glViewport(0, 0, width, height);
137 public void onSurfaceCreated(GL10 gl, EGLConfig config)
    [all...]
GLSurfaceViewCtsActivity.java 35 public void onDrawFrame(GL10 gl) {
39 public void onSurfaceChanged(GL10 gl, int width, int height) {
43 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /cts/tests/tests/hardware/src/android/hardware/cts/
GLSurfaceViewCtsActivity.java 35 public void onDrawFrame(GL10 gl) {
39 public void onSurfaceChanged(GL10 gl, int width, int height) {
43 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /cts/tests/tests/view/src/android/view/cts/
GLSurfaceViewCtsActivity.java 35 public void onDrawFrame(GL10 gl) {
39 public void onSurfaceChanged(GL10 gl, int width, int height) {
43 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/
GLES3JNIView.java 47 public void onDrawFrame(GL10 gl) {
51 public void onSurfaceChanged(GL10 gl, int width, int height) {
55 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /development/ndk/platforms/android-4/samples/san-angeles/src/com/example/SanAngeles/
DemoActivity.java 115 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
119 public void onSurfaceChanged(GL10 gl, int w, int h) {
120 //gl.glViewport(0, 0, w, h);
124 public void onDrawFrame(GL10 gl) {

Completed in 765 milliseconds

<<11121314151617181920>>