HomeSort by relevance Sort by last modified time
    Searched refs:Const (Results 201 - 225 of 348) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c 155 for (i = rb->NumSamples; i <= ctx->Const.MaxSamples; i++) {
393 const struct gl_texture_image *texImage;
493 st_fbo_invalid(const char *reason)
507 const struct gl_renderbuffer_attachment *att,
510 const struct st_texture_object *stObj = st_texture_object(att->Texture);
533 const gl_format linearFormat = _mesa_get_srgb_format_linear(texFormat);
553 st_is_depth_stencil_combined(const struct gl_renderbuffer_attachment *depth,
554 const struct gl_renderbuffer_attachment *stencil)
583 const struct gl_renderbuffer_attachment *depth =
585 const struct gl_renderbuffer_attachment *stencil
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_maos_verts.c 345 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) {
radeon_tex.c 245 static void radeonSetTexBorderColor( radeonTexObjPtr t, const GLfloat color[4] )
259 GLenum pname, const GLfloat *param )
334 GLenum pname, const GLfloat *params )
367 for ( i = 0 ; i < rmesa->radeon.glCtx->Const.MaxTextureUnits ; i++ ) {
395 const GLfloat *params )
radeon_ioctl.c 67 int i, mtu = rmesa->radeon.glCtx->Const.MaxTextureUnits;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texobj.c 178 static const GLfloat fparam_wrap[1] = {(GLfloat) GL_CLAMP_TO_EDGE};
179 static const GLfloat fparam_filter[1] = {(GLfloat) GL_LINEAR};
237 const struct gl_texture_object *src )
306 valid_texture_object(const struct gl_texture_object *tex)
409 const char *fmt, ...)
441 _mesa_test_texobj_completeness( const struct gl_context *ctx,
444 const GLint baseLevel = t->BaseLevel;
445 const struct gl_texture_image *baseImage;
503 maxLevels = ctx->Const.MaxTextureLevels;
509 maxLevels = ctx->Const.MaxTextureLevels
    [all...]
shaderapi.c 67 const char *env = _mesa_getenv("MESA_GLSL");
147 GLsizei *length, const GLchar *src)
168 validate_shader_target(const struct gl_context *ctx, GLenum type)
461 const bool has_xfb =
470 const bool has_gs =
476 const bool has_ubo =
518 const GLint len = strlen(shProg->UniformStorage[i].name) + 1;
542 const GLint len = strlen(shProg->TransformFeedback.VaryingNames[i]) + 1;
584 const GLint len = strlen(shProg->UniformBlocks[i].Name) + 1;
692 shader_source(struct gl_context *ctx, GLuint shader, const GLchar *source
    [all...]
texparam.c 58 const struct gl_extensions * const e = & ctx->Extensions;
59 const bool is_desktop_gl = _mesa_is_desktop_gl(ctx);
124 if (ctx->Texture.CurrentUnit >= ctx->Const.MaxCombinedTextureImageUnits) {
255 GLenum pname, const GLint *params)
449 const GLuint comp = pname - GL_TEXTURE_SWIZZLE_R_EXT;
450 const GLint swz = comp_to_swizzle(params[0]);
471 const GLint swz = comp_to_swizzle(params[comp]);
538 GLenum pname, const GLfloat *params)
580 ctx->Const.MaxTextureMaxAnisotropy)
    [all...]
clear.c 250 const struct gl_renderbuffer_attachment *att = ctx->DrawBuffer->Attachment;
289 if (drawbuffer < 0 || drawbuffer >= (GLint)ctx->Const.MaxDrawBuffers) {
307 _mesa_ClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint *value)
338 const GLuint clearSave = ctx->Stencil.Clear;
346 const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer);
398 _mesa_ClearBufferuiv(GLenum buffer, GLint drawbuffer, const GLuint *value)
412 const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer);
470 _mesa_ClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat *value)
501 const GLclampd clearSave = ctx->Depth.Clear;
510 const GLbitfield mask = make_color_buffer_mask(ctx, drawbuffer)
    [all...]
  /external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
pairingsessiontest.cc 22 using ::testing::Const;
45 bool TestSetConfiguration(const message::ConfigurationMessage& message) {
49 const message::ConfigurationMessage* GetConfiguration() {
53 const message::OptionsMessage& GetLocalOptions() {
57 void TestOnSecretMessage(const message::SecretMessage& message) {
61 void TestOnSecretAckmessage(const message::SecretAckMessage& message) {
68 void(const pairing::message::ConfigurationMessage& message));
70 void(const pairing::message::ConfigurationAckMessage& message));
72 void(const pairing::message::OptionsMessage& message));
74 void(const pairing::message::PairingRequestMessage& message))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_verts.c 345 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) {
radeon_tex.c 245 static void radeonSetTexBorderColor( radeonTexObjPtr t, const GLfloat color[4] )
259 GLenum pname, const GLfloat *param )
334 GLenum pname, const GLfloat *params )
367 for ( i = 0 ; i < rmesa->radeon.glCtx->Const.MaxTextureUnits ; i++ ) {
395 const GLfloat *params )
  /external/mesa3d/src/mesa/main/
texobj.c 178 static const GLfloat fparam_wrap[1] = {(GLfloat) GL_CLAMP_TO_EDGE};
179 static const GLfloat fparam_filter[1] = {(GLfloat) GL_LINEAR};
237 const struct gl_texture_object *src )
306 valid_texture_object(const struct gl_texture_object *tex)
409 const char *fmt, ...)
441 _mesa_test_texobj_completeness( const struct gl_context *ctx,
444 const GLint baseLevel = t->BaseLevel;
445 const struct gl_texture_image *baseImage;
503 maxLevels = ctx->Const.MaxTextureLevels;
509 maxLevels = ctx->Const.MaxTextureLevels
    [all...]
shaderapi.c 67 const char *env = _mesa_getenv("MESA_GLSL");
147 GLsizei *length, const GLchar *src)
168 validate_shader_target(const struct gl_context *ctx, GLenum type)
461 const bool has_xfb =
470 const bool has_gs =
476 const bool has_ubo =
518 const GLint len = strlen(shProg->UniformStorage[i].name) + 1;
542 const GLint len = strlen(shProg->TransformFeedback.VaryingNames[i]) + 1;
584 const GLint len = strlen(shProg->UniformBlocks[i].Name) + 1;
692 shader_source(struct gl_context *ctx, GLuint shader, const GLchar *source
    [all...]
texparam.c 58 const struct gl_extensions * const e = & ctx->Extensions;
59 const bool is_desktop_gl = _mesa_is_desktop_gl(ctx);
124 if (ctx->Texture.CurrentUnit >= ctx->Const.MaxCombinedTextureImageUnits) {
255 GLenum pname, const GLint *params)
449 const GLuint comp = pname - GL_TEXTURE_SWIZZLE_R_EXT;
450 const GLint swz = comp_to_swizzle(params[0]);
471 const GLint swz = comp_to_swizzle(params[comp]);
538 GLenum pname, const GLfloat *params)
580 ctx->Const.MaxTextureMaxAnisotropy)
    [all...]
  /external/clang/include/clang/AST/
Type.h 68 struct isPodLike<clang::QualType> { static const bool value = true; };
109 /// * C99: const, volatile, and restrict
115 Const = 0x1,
118 CVRMask = Const | Volatile | Restrict
221 unsigned getAsOpaqueValue() const {
225 bool hasConst() const { return Mask & Const; }
227 Mask = (Mask & ~Const) | (flag ? Const : 0);
229 void removeConst() { Mask &= ~Const; }
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 57 const DeclContext *Nominated;
58 const DeclContext *CommonAncestor;
61 UnqualUsingEntry(const DeclContext *Nominated,
62 const DeclContext *CommonAncestor)
66 const DeclContext *getCommonAncestor() const {
70 const DeclContext *getNominatedNamespace() const {
76 bool operator()(const UnqualUsingEntry &L, const UnqualUsingEntry &R)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c 110 static void r200BlendColor( struct gl_context *ctx, const GLfloat cf[4] )
376 static void r200Fogfv( struct gl_context *ctx, GLenum pname, const GLfloat *param )
573 static void r200PointParameter( struct gl_context *ctx, GLenum pname, const GLfloat *params)
653 (CLAMP(widthf, ctx->Const.MinLineWidth, ctx->Const.MaxLineWidth) * 16.0);
717 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
    [all...]
r200_cmdbuf.c 59 mtu = rmesa->radeon.glCtx->Const.MaxTextureUnits;
r200_tex.c 288 static void r200SetTexBorderColor( radeonTexObjPtr t, const GLfloat color[4] )
299 GLenum pname, const GLfloat *param )
328 const int fixed_one = R200_LOD_BIAS_FIXED_ONE;
381 GLenum pname, const GLfloat *params )
425 for ( i = 0 ; i < rmesa->radeon.glCtx->Const.MaxTextureUnits ; i++ ) {
452 const GLfloat *params )
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 110 static void r200BlendColor( struct gl_context *ctx, const GLfloat cf[4] )
376 static void r200Fogfv( struct gl_context *ctx, GLenum pname, const GLfloat *param )
573 static void r200PointParameter( struct gl_context *ctx, GLenum pname, const GLfloat *params)
653 (CLAMP(widthf, ctx->Const.MinLineWidth, ctx->Const.MaxLineWidth) * 16.0);
717 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 239 for (i = 0; i < ctx->Const.MaxDrawBuffers; i++) {
297 ctx->Driver.PolygonStipple(ctx, (const GLubyte *) ctx->PolygonStipple);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vs.c 64 const struct intel_context *intel = &brw->intel;
199 const GLuint *program;
282 assert(ctx->Const.VertexProgram.MaxNativeParameters ==
301 key_debug(const char *name, int a, int b)
313 const struct brw_vs_prog_key *key)
316 const struct brw_vs_prog_key *old_key = NULL;
445 const struct brw_tracked_state brw_vs_prog = {
  /external/clang/lib/CodeGen/
CGValue.h 46 bool isScalar() const { return V1.getInt() == Scalar; }
47 bool isComplex() const { return V1.getInt() == Complex; }
48 bool isAggregate() const { return V1.getInt() == Aggregate; }
50 bool isVolatileQualified() const { return V2.getInt(); }
53 llvm::Value *getScalarVal() const {
60 std::pair<llvm::Value *, llvm::Value *> getComplexVal() const {
65 llvm::Value *getAggregateAddr() const {
85 static RValue getComplex(const std::pair<llvm::Value *, llvm::Value *> &C) {
127 const CGBitFieldInfo *BitFieldInfo;
132 // 'const' is unused her
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 239 for (i = 0; i < ctx->Const.MaxDrawBuffers; i++) {
297 ctx->Driver.PolygonStipple(ctx, (const GLubyte *) ctx->PolygonStipple);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.c 64 const struct intel_context *intel = &brw->intel;
199 const GLuint *program;
282 assert(ctx->Const.VertexProgram.MaxNativeParameters ==
301 key_debug(const char *name, int a, int b)
313 const struct brw_vs_prog_key *key)
316 const struct brw_vs_prog_key *old_key = NULL;
445 const struct brw_tracked_state brw_vs_prog = {

Completed in 1742 milliseconds

1 2 3 4 5 6 7 891011>>