HomeSort by relevance Sort by last modified time
    Searched refs:GLuint (Results 76 - 100 of 1218) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/main/
condrender.h 36 _mesa_BeginConditionalRender(GLuint queryId, GLenum mode);
format_unpack.c 67 GLuint i;
87 typedef void (*unpack_rgba_func)(const void *src, GLfloat dst[][4], GLuint n);
91 unpack_RGBA8888(const void *src, GLfloat dst[][4], GLuint n)
93 const GLuint *s = ((const GLuint *) src);
94 GLuint i;
104 unpack_RGBA8888_REV(const void *src, GLfloat dst[][4], GLuint n)
106 const GLuint *s = ((const GLuint *) src);
107 GLuint i
    [all...]
arrayobj.h 50 _mesa_new_array_object( struct gl_context *ctx, GLuint name );
72 struct gl_array_object *obj, GLuint name );
121 void GLAPIENTRY _mesa_BindVertexArray( GLuint id );
123 void GLAPIENTRY _mesa_BindVertexArrayAPPLE( GLuint id );
125 void GLAPIENTRY _mesa_DeleteVertexArraysAPPLE(GLsizei n, const GLuint *ids);
127 void GLAPIENTRY _mesa_GenVertexArrays(GLsizei n, GLuint *arrays);
129 void GLAPIENTRY _mesa_GenVertexArraysAPPLE(GLsizei n, GLuint *buffer);
131 GLboolean GLAPIENTRY _mesa_IsVertexArrayAPPLE( GLuint id );
samplerobj.h 32 _mesa_get_samplerobj(struct gl_context *ctx, GLuint unit)
67 _mesa_init_sampler_object(struct gl_sampler_object *sampObj, GLuint name);
70 _mesa_new_sampler_object(struct gl_context *ctx, GLuint name);
83 _mesa_BindSampler(GLuint unit, GLuint sampler);
86 _mesa_GenSamplers(GLsizei count, GLuint *samplers);
89 _mesa_DeleteSamplers(GLsizei count, const GLuint *samplers);
92 _mesa_SamplerParameteri(GLuint sampler, GLenum pname, GLint param);
  /external/mesa3d/src/mesa/swrast/
s_masking.h 39 SWspan *span, GLuint buf);
  /external/mesa3d/src/mesa/tnl/
t_pipeline.h 68 const GLuint *elts, GLuint n );
70 extern void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj );
  /external/mesa3d/src/mesa/x86/
3dnow.c 56 GLuint src_stride,
57 GLuint count );
63 GLuint stride );
69 GLuint stride,
  /external/webrtc/webrtc/modules/video_render/ios/
open_gles20.h 43 GLuint LoadShader(GLenum shader_type, const char* shader_source);
45 GLuint CreateProgram(const char* vertex_source, const char* fragment_source);
53 GLuint texture_ids_[3]; // Texture id of Y,U and V texture.
54 GLuint program_;
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotRenderer.h 61 GLuint program_;
62 GLuint light0_;
63 GLuint material_diffuse_;
64 GLuint material_ambient_;
65 GLuint material_specular_;
67 GLuint matrix_projection_;
68 GLuint matrix_view_;
82 GLuint ibo_;
83 GLuint vbo_;
  /frameworks/av/cmds/screenrecord/
Program.h 56 status_t blit(GLuint texName, const float* texMatrix,
61 status_t drawTriangles(GLuint texName, const float* texMatrix,
71 status_t beforeDraw(GLuint texName, const float* texMatrix,
76 status_t createProgram(GLuint* outPgm, const char* vertexShader,
79 GLuint* outShader);
80 static status_t linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm);
83 GLuint mProgram;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 2 void glAttachShader ( GLuint program, GLuint shader )
3 void glBindAttribLocation ( GLuint program, GLuint index, const char *name )
4 void glBindBuffer ( GLenum target, GLuint buffer )
5 void glBindFramebuffer ( GLenum target, GLuint framebuffer )
6 void glBindRenderbuffer ( GLenum target, GLuint renderbuffer )
7 void glBindTexture ( GLenum target, GLuint texture )
21 void glCompileShader ( GLuint shader )
26 GLuint glCreateProgram ( void
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 58 typedef void (CallLogWrapper::*BindFunc) (GLenum target, GLuint name);
59 typedef void (CallLogWrapper::*GenFunc) (GLsizei n, GLuint* names);
60 typedef void (CallLogWrapper::*DeleteFunc) (GLsizei n, const GLuint* names);
61 typedef GLboolean (CallLogWrapper::*ExistsFunc) (GLuint name);
102 virtual void bind (GLuint name) = 0;
103 virtual GLuint getBinding (void) = 0;
124 void bind (GLuint name);
125 GLuint getBinding (void);
139 virtual GLuint gen (void) = 0;
140 virtual void release (GLuint name) = 0
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_context.h 112 GLuint Setup[I830_TEX_SETUP_SIZE];
119 GLuint Ctx[I830_CTX_SETUP_SIZE];
120 GLuint Buffer[I830_DEST_SETUP_SIZE];
121 GLuint Stipple[I830_STP_SETUP_SIZE];
122 GLuint RasterRules[I830_RASTER_RULES_SIZE];
123 GLuint Tex[I830_TEX_UNITS][I830_TEX_SETUP_SIZE];
124 GLuint TexBlend[I830_TEX_UNITS][I830_TEXBLEND_SIZE];
125 GLuint TexBlendWordsUsed[I830_TEX_UNITS];
135 GLuint tex_offset[I830_TEX_UNITS];
137 GLuint emitted; /* I810_UPLOAD_* *
    [all...]
  /external/mesa3d/src/mesa/program/
prog_parameter.h 63 GLuint u;
82 GLuint Size;
97 GLuint Size; /**< allocated size of Parameters, ParameterValues */
98 GLuint NumParameters; /**< number of parameters in arrays */
122 static inline GLuint
131 GLuint size, GLenum datatype,
143 GLuint size);
147 const gl_constant_value values[4], GLuint size,
148 GLenum datatype, GLuint *swizzleOut);
152 const gl_constant_value values[4], GLuint size
    [all...]
nvvertparse.h 44 _mesa_nv_vertex_input_register_name(GLuint i);
47 _mesa_nv_vertex_output_register_name(GLuint i);
prog_execute.h 33 GLfloat lambda, GLuint unit, GLfloat color[4]);
39 GLuint unit, GLfloat color[4]);
57 GLuint NumDeriv; /**< Max index into DerivX/Y arrays */
58 GLuint CurElement; /**< Index into Attribs arrays */
66 GLuint CondCodes[4]; /**< COND_* value for x/y/z/w */
72 GLuint CallStack[MAX_PROGRAM_CALL_DEPTH]; /**< For CAL/RET instructions */
73 GLuint StackDepth; /**< Index/ptr to top of CallStack[] */
83 GLuint index, GLfloat val[4]);
  /development/ndk/platforms/android-24/include/GLES2/
gl2ext.h 91 typedef void (GL_APIENTRY *GLDEBUGPROCKHR)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,const void *userParam);
133 typedef void (GL_APIENTRYP PFNGLDEBUGMESSAGECONTROLKHRPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
134 typedef void (GL_APIENTRYP PFNGLDEBUGMESSAGEINSERTKHRPROC) (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);
136 typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGKHRPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
137 typedef void (GL_APIENTRYP PFNGLPUSHDEBUGGROUPKHRPROC) (GLenum source, GLuint id, GLsizei length, const GLchar *message);
139 typedef void (GL_APIENTRYP PFNGLOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
140 typedef void (GL_APIENTRYP PFNGLGETOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
145 GL_APICALL void GL_APIENTRY glDebugMessageControlKHR (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled)
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h 91 typedef void (GL_APIENTRY *GLDEBUGPROCKHR)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,const void *userParam);
133 typedef void (GL_APIENTRYP PFNGLDEBUGMESSAGECONTROLKHRPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
134 typedef void (GL_APIENTRYP PFNGLDEBUGMESSAGEINSERTKHRPROC) (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);
136 typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGKHRPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
137 typedef void (GL_APIENTRYP PFNGLPUSHDEBUGGROUPKHRPROC) (GLenum source, GLuint id, GLsizei length, const GLchar *message);
139 typedef void (GL_APIENTRYP PFNGLOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei length, const GLchar *label);
140 typedef void (GL_APIENTRYP PFNGLGETOBJECTLABELKHRPROC) (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label);
145 GL_APICALL void GL_APIENTRY glDebugMessageControlKHR (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled)
    [all...]
  /cts/tests/openglperf2/jni/graphics/
Program.h 23 Program(GLuint programId);
27 GLuint mProgramId;
TexturedMeshNode.h 25 TexturedMeshNode(const Mesh* mesh, const GLuint textureId);
30 const GLuint mTextureId;
  /cts/tests/tests/opengl/libopengltest/
common.cpp 23 GLuint loadShader(GLenum shaderType, const char* pSource) {
24 GLuint shader = glCreateShader(shaderType);
  /external/deqp/modules/gles31/functional/
es31fInfoLogQueryShared.hpp 41 glw::GLuint object,
42 void (glu::CallLogWrapper:: *getInfoLog)(glw::GLuint, glw::GLsizei, glw::GLsizei*, glw::GLchar*),
  /external/mesa3d/src/glsl/
standalone_scaffolding.h 41 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type);
44 _mesa_shader_debug(struct gl_context *ctx, GLenum type, GLuint id,
  /external/mesa3d/src/mesa/math/
m_vector.h 65 GLuint count; /**< size of the vector (in elements) */
66 GLuint stride; /**< stride from one element to the next (in bytes) */
67 GLuint size; /**< 2-4 for vertices and 1-4 for texcoords */
70 GLuint storage_count; /**< storage size in elements */
77 GLuint count, GLuint alignment );
80 extern void _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint nr, GLuint elt );
  /external/webrtc/webrtc/modules/desktop_capture/mac/
scoped_pixel_buffer_object.h 30 GLuint get() const { return pixel_buffer_object_; }
34 GLuint pixel_buffer_object_;

Completed in 362 milliseconds

1 2 34 5 6 7 8 91011>>