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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/libva/va/
va_vpp.h 608 VAProcColorBalanceType attrib; member in struct:_VAProcFilterParameterBufferColorBalance
  /external/chromium_org/third_party/libxml/src/include/libxml/
nanoftp.h 26 * @attrib: the attribute string
41 const char *filename, const char *attrib,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_vbuf.c 228 unsigned src_offset = (vbuf->vinfo->attrib[i].src_index * 4 * sizeof(float) );
230 output_format = draw_translate_vinfo_format(vbuf->vinfo->attrib[i].emit);
231 emit_sz = draw_translate_vinfo_size(vbuf->vinfo->attrib[i].emit);
236 if (vbuf->vinfo->attrib[i].emit == EMIT_1F_PSIZE) {
draw_pt_fetch_shade_emit.c 128 unsigned emit_sz = draw_translate_vinfo_size(vinfo->attrib[i].emit);
137 fse->key.element[i].out.format = vinfo->attrib[i].emit;
138 fse->key.element[i].out.vs_output = vinfo->attrib[i].src_index;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 55 int attrib,
63 if (attrib == WGL_NUMBER_PIXEL_FORMATS_ARB) {
73 switch (attrib) {
110 switch (attrib) {
  /external/libxml2/include/libxml/
nanoftp.h 46 * @attrib: the attribute string
61 const char *filename, const char *attrib,
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_vbuf.c 228 unsigned src_offset = (vbuf->vinfo->attrib[i].src_index * 4 * sizeof(float) );
230 output_format = draw_translate_vinfo_format(vbuf->vinfo->attrib[i].emit);
231 emit_sz = draw_translate_vinfo_size(vbuf->vinfo->attrib[i].emit);
236 if (vbuf->vinfo->attrib[i].emit == EMIT_1F_PSIZE) {
draw_pt_fetch_shade_emit.c 128 unsigned emit_sz = draw_translate_vinfo_size(vinfo->attrib[i].emit);
137 fse->key.element[i].out.format = vinfo->attrib[i].emit;
138 fse->key.element[i].out.vs_output = vinfo->attrib[i].src_index;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 55 int attrib,
63 if (attrib == WGL_NUMBER_PIXEL_FORMATS_ARB) {
73 switch (attrib) {
110 switch (attrib) {
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl_c.h 105 extern int SDL_AtariGL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglConfig.h 28 bool getConfAttrib(EGLint attrib,EGLint* val) const;
MacNative.m 106 void getPixelFormatAttrib(void* pixelFormat,int attrib,int* val){
108 [frmt getValues:val forAttribute:attrib forVirtualScreen:0];
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 19 import com.android.dx.cf.attrib.AttRuntimeInvisibleAnnotations;
20 import com.android.dx.cf.attrib.AttRuntimeVisibleAnnotations;
21 import com.android.dx.cf.attrib.BaseAnnotations;
  /external/chromium_org/tools/grit/grit/node/
message.py 88 def HandleAttribute(self, attrib, value):
89 base.ContentNode.HandleAttribute(self, attrib, value)
90 if attrib == 'formatter_data':
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParser.java 88 Token attrib; local
90 attrib = jj_consume_token(ATOKEN);
93 paramNames.add(attrib.image);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 848 const int32 attrib = attribs[i]; local
850 if (attrib == kNone) {
855 << attrib;
860 switch (attrib) {
904 DLOG(ERROR) << "Invalid context creation attribute: " << attrib;
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]
  /external/mesa3d/src/mesa/program/
prog_parameter.c 336 * \param attrib the attribute index, or -1 if unknown
340 const char *name, GLint size, GLenum datatype, GLint attrib)
345 if (attrib < 0)
346 attrib = i;
347 paramList->Parameters[i].StateIndexes[0] = attrib;
352 state[0] = (gl_state_index) attrib;
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp 956 VAConfigAttrib attrib[2]; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp     [all...]
  /ndk/
ndk-gdb.py 475 if 'package' in root.attrib:
476 return root.attrib['package']
487 for k in application.attrib.keys():
489 return application.attrib[k] == 'true'
512 if True in [str(child.attrib[k]).endswith('MAIN') for k in child.attrib.keys()]:
515 if True in [str(child.attrib[k]).endswith('LAUNCHER') for k in child.attrib.keys()]:
518 names = [str(activity.attrib[k]) for k in activity.attrib.keys() if str(k).endswith('name')
    [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 79 static VAConfigAttrib attrib[VAConfigAttribTypeMax]; variable
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
arrayobj.c 294 GLint attrib = ffsll(enabled) - 1; local
295 enabled ^= BITFIELD64_BIT(attrib);
297 client_array = &arrayObj->VertexAttrib[attrib];
  /external/mesa3d/src/mesa/main/
arrayobj.c 294 GLint attrib = ffsll(enabled) - 1; local
295 enabled ^= BITFIELD64_BIT(attrib);
297 client_array = &arrayObj->VertexAttrib[attrib];

Completed in 1790 milliseconds

1 2 3 4 5 6 7 891011>>