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

1 2 3 4 5 6 7 891011>>

  /hardware/intel/common/libva/va/
va_vpp.h 833 VAProcColorBalanceType attrib; member in struct:_VAProcFilterParameterBufferColorBalance
887 VAProcTotalColorCorrectionType attrib; member in struct:_VAProcFilterParameterBufferTotalColorCorrection
    [all...]
  /libcore/luni/src/main/java/java/util/jar/
JarEntry.java 156 void setAttributes(Attributes attrib) {
157 attributes = attrib;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 463 unsigned chan, attrib; local
468 for (attrib = 0; attrib < info->num_outputs; ++attrib) {
470 if (outputs[attrib][chan]) {
471 switch (info->output_semantic_name[attrib]) {
475 out = LLVMBuildLoad(builder, outputs[attrib][chan], "");
477 LLVMBuildStore(builder, out, outputs[attrib][chan]);
482 LLVMBuildStore(builder, bld.zero, outputs[attrib][chan]);
484 LLVMBuildStore(builder, bld.one, outputs[attrib][chan])
673 unsigned chan, attrib, i; local
    [all...]
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) {
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 463 unsigned chan, attrib; local
468 for (attrib = 0; attrib < info->num_outputs; ++attrib) {
470 if (outputs[attrib][chan]) {
471 switch (info->output_semantic_name[attrib]) {
475 out = LLVMBuildLoad(builder, outputs[attrib][chan], "");
477 LLVMBuildStore(builder, out, outputs[attrib][chan]);
482 LLVMBuildStore(builder, bld.zero, outputs[attrib][chan]);
484 LLVMBuildStore(builder, bld.one, outputs[attrib][chan])
673 unsigned chan, attrib, i; local
    [all...]
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) {
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeFactory.java 19 import com.android.dx.cf.attrib.RawAttribute;
  /external/bluetooth/bluedroid/stack/avrc/
avrc_int.h 148 extern BOOLEAN avrc_is_valid_player_attrib_value(UINT8 attrib, UINT8 value);
  /external/chromium_org/third_party/libva/va/
va_vpp.h 610 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/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/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':
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 140 VAConfigAttrib attrib; local
141 attrib.type = VAConfigAttribRTFormat;
142 vaStatus = vaGetConfigAttributes(mVADisplay, VAProfileNone, VAEntrypointVideoProc, &attrib, 1);
145 if ((attrib.value & VA_RT_FORMAT_YUV420) == 0) {
146 ALOGE("attribute is %x vs wanted %x", attrib.value, VA_RT_FORMAT_YUV420);
152 vaStatus = vaCreateConfig(mVADisplay, VAProfileNone, VAEntrypointVideoProc, &attrib, 1, &mVAConfig);
512 color[i].attrib = VAProcColorBalanceAutoSaturation;
518 color[i].attrib = VAProcColorBalanceAutoBrightness;
528 color[kHue].attrib = VAProcColorBalanceHue;
538 color[kSaturation].attrib = VAProcColorBalanceSaturation
    [all...]
  /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 872 const int32 attrib = attribs[i]; local
874 if (attrib == kNone) {
879 << attrib;
884 switch (attrib) {
925 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 963 VAConfigAttrib attrib[2]; local
    [all...]
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp     [all...]

Completed in 2543 milliseconds

1 2 3 4 5 6 7 891011>>