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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/gpu/gles2_conform_support/native/
egl_native_x11.cc 21 static const EGLint attrib[] = { local
58 attrib);
  /external/chromium_org/ppapi/c/
ppb_media_stream_video_track.h 159 * @param[in] attrib A <code>PP_MediaStreamVideoTrack_Attrib</code> for
167 PP_MediaStreamVideoTrack_Attrib attrib,
258 PP_MediaStreamVideoTrack_Attrib attrib,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vertex.c 52 vinfo->size += draw_translate_vinfo_size(vinfo->attrib[i].emit);
66 switch (vinfo->attrib[i].emit) {
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_tritemp.h 156 v0->attrib[FRAG_ATTRIB_WPOS][0],
157 v0->attrib[FRAG_ATTRIB_WPOS][1],
158 v0->attrib[FRAG_ATTRIB_WPOS][2]);
160 v1->attrib[FRAG_ATTRIB_WPOS][0],
161 v1->attrib[FRAG_ATTRIB_WPOS][1],
162 v1->attrib[FRAG_ATTRIB_WPOS][2]);
164 v2->attrib[FRAG_ATTRIB_WPOS][0],
165 v2->attrib[FRAG_ATTRIB_WPOS][1],
166 v2->attrib[FRAG_ATTRIB_WPOS][2]);
173 const GLfixed fy0 = FloatToFixed(v0->attrib[FRAG_ATTRIB_WPOS][1] - 0.5F) & snapMask
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_triangle.c 140 COPY_4V(s[0], v0->attrib[FRAG_ATTRIB_COL1]);
141 COPY_4V(s[1], v1->attrib[FRAG_ATTRIB_COL1]);
146 COPY_4V(v0->attrib[FRAG_ATTRIB_COL1], v2->attrib[FRAG_ATTRIB_COL1]);
147 COPY_4V(v1->attrib[FRAG_ATTRIB_COL1], v2->attrib[FRAG_ATTRIB_COL1]);
153 COPY_4V(v0->attrib[FRAG_ATTRIB_COL1], s[0]);
154 COPY_4V(v1->attrib[FRAG_ATTRIB_COL1], s[1]);
  /external/deqp/framework/egl/
egluUtil.hpp 52 EGLint getConfigAttribInt (EGLDisplay display, EGLConfig config, EGLint attrib);
53 EGLint querySurfaceInt (EGLDisplay display, EGLSurface surface, EGLint attrib);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vertex.c 52 vinfo->size += draw_translate_vinfo_size(vinfo->attrib[i].emit);
66 switch (vinfo->attrib[i].emit) {
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 156 v0->attrib[FRAG_ATTRIB_WPOS][0],
157 v0->attrib[FRAG_ATTRIB_WPOS][1],
158 v0->attrib[FRAG_ATTRIB_WPOS][2]);
160 v1->attrib[FRAG_ATTRIB_WPOS][0],
161 v1->attrib[FRAG_ATTRIB_WPOS][1],
162 v1->attrib[FRAG_ATTRIB_WPOS][2]);
164 v2->attrib[FRAG_ATTRIB_WPOS][0],
165 v2->attrib[FRAG_ATTRIB_WPOS][1],
166 v2->attrib[FRAG_ATTRIB_WPOS][2]);
173 const GLfixed fy0 = FloatToFixed(v0->attrib[FRAG_ATTRIB_WPOS][1] - 0.5F) & snapMask
    [all...]
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 140 COPY_4V(s[0], v0->attrib[FRAG_ATTRIB_COL1]);
141 COPY_4V(s[1], v1->attrib[FRAG_ATTRIB_COL1]);
146 COPY_4V(v0->attrib[FRAG_ATTRIB_COL1], v2->attrib[FRAG_ATTRIB_COL1]);
147 COPY_4V(v1->attrib[FRAG_ATTRIB_COL1], v2->attrib[FRAG_ATTRIB_COL1]);
153 COPY_4V(v0->attrib[FRAG_ATTRIB_COL1], s[0]);
154 COPY_4V(v1->attrib[FRAG_ATTRIB_COL1], s[1]);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl_c.h 67 int attrib,
93 extern int X11_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglContext.cpp 71 bool EglContext::getAttrib(EGLint attrib,EGLint* value) {
72 switch(attrib) {
EglSurface.h 40 virtual bool setAttrib(EGLint attrib,EGLint val);
41 virtual bool getAttrib(EGLint attrib,EGLint* val) = 0;
  /external/chromium_org/device/hid/
hid_service_win.cc 174 HIDD_ATTRIBUTES attrib = {0}; local
175 attrib.Size = sizeof(HIDD_ATTRIBUTES);
176 if (!HidD_GetAttributes(device_handle.Get(), &attrib))
179 device_info.vendor_id = attrib.VendorID;
180 device_info.product_id = attrib.ProductID;
  /hardware/intel/common/libva/test/basic/
test.c 98 VAConfigAttrib attrib; local
102 attrib.type = VAConfigAttribRTFormat;
104 &attrib, 1);
107 ASSERT(attrib.value & VA_RT_FORMAT_YUV420);
110 va_status = vaCreateConfig(va_dpy, VAProfileMPEG2Main, VAEntrypointVLD, &attrib, 1,
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 19 import com.android.dx.cf.attrib.AttAnnotationDefault;
20 import com.android.dx.cf.attrib.AttEnclosingMethod;
21 import com.android.dx.cf.attrib.AttExceptions;
22 import com.android.dx.cf.attrib.AttInnerClasses;
23 import com.android.dx.cf.attrib.AttRuntimeInvisibleAnnotations;
24 import com.android.dx.cf.attrib.AttRuntimeInvisibleParameterAnnotations;
25 import com.android.dx.cf.attrib.AttRuntimeVisibleAnnotations;
26 import com.android.dx.cf.attrib.AttRuntimeVisibleParameterAnnotations;
27 import com.android.dx.cf.attrib.AttSignature;
28 import com.android.dx.cf.attrib.InnerClassList
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeListParser.java 141 Attribute attrib = local
144 at += attrib.byteLength();
145 list.set(i, attrib);
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex.h 67 GLuint attrib; /* _TNL_ATTRIB_ enum */ member in struct:tnl_attr_map
98 extern void _tnl_get_attr( struct gl_context *ctx, const void *vertex, GLenum attrib,
103 extern void _tnl_set_attr( struct gl_context *ctx, void *vout, GLenum attrib,
  /external/mesa3d/src/mesa/tnl/
t_vertex.h 67 GLuint attrib; /* _TNL_ATTRIB_ enum */ member in struct:tnl_attr_map
98 extern void _tnl_get_attr( struct gl_context *ctx, const void *vertex, GLenum attrib,
103 extern void _tnl_set_attr( struct gl_context *ctx, void *vout, GLenum attrib,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 27 unsigned attrib; member in struct:_finddata32_t
36 unsigned attrib; member in struct:_finddata32i64_t
45 unsigned attrib; member in struct:_finddata64i32_t
54 unsigned attrib; member in struct:__finddata64_t
86 unsigned attrib; member in struct:_wfinddata32_t
95 unsigned attrib; member in struct:_wfinddata32i64_t
104 unsigned attrib; member in struct:_wfinddata64i32_t
113 unsigned attrib; member in struct:_wfinddata64_t
230 _FindData->attrib=fd.attrib;
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 589 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
590 if ( attrib )
591 return &attrib->ValueStr();
599 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
602 if ( attrib ) {
603 result = attrib->Value();
605 attrib->QueryIntValue( i );
615 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
618 if ( attrib ) {
619 result = &attrib->ValueStr()
631 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
647 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
663 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
712 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
722 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
732 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
742 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); local
752 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); local
762 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); local
772 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); local
782 TiXmlAttribute* attrib = attributeSet.FindOrCreate( cname ); local
792 TiXmlAttribute* attrib = attributeSet.FindOrCreate( _name ); local
810 const TiXmlAttribute* attrib; local
    [all...]
  /external/deqp/modules/egl/
teglQueryConfigTests.cpp 48 static void logConfigAttribute (TestLog& log, EGLenum attrib, EGLint value)
50 log << TestLog::Message << " " << eglu::getConfigAttribName(attrib) << ": " << eglu::getConfigAttribValueStr(attrib, value) << TestLog::EndMessage;
191 EGLint getValue (EGLConfig config, EGLenum attrib, bool logValue=true);
246 EGLint GetConfigAttribCase::getValue (EGLConfig config, EGLenum attrib, bool logValue)
252 eglGetConfigAttrib(display.getEGLDisplay(), config, attrib, &value);
255 if (logValue) logConfigAttribute(log, attrib, value);
302 void checkBoolean (EGLenum attrib, EGLint value)
308 log << TestLog::Message << "Fail, " << eglu::getConfigAttribStr(attrib) << " should be a boolean value." << TestLog::EndMessage;
313 void checkInteger (EGLenum attrib, EGLint value
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 589 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
590 if ( attrib )
591 return &attrib->ValueStr();
599 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
602 if ( attrib ) {
603 result = attrib->Value();
605 attrib->QueryIntValue( i );
615 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
618 if ( attrib ) {
619 result = &attrib->ValueStr()
631 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
647 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
663 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
712 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
722 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
732 const TiXmlAttribute* attrib = attributeSet.Find( name ); local
742 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); local
752 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); local
762 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); local
772 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); local
782 TiXmlAttribute* attrib = attributeSet.FindOrCreate( cname ); local
792 TiXmlAttribute* attrib = attributeSet.FindOrCreate( _name ); local
810 const TiXmlAttribute* attrib; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttConstantValue.java 17 package com.android.dx.cf.attrib;
RawAttribute.java 17 package com.android.dx.cf.attrib;
  /dalvik/dx/src/com/android/dx/cf/code/
ConcreteMethod.java 19 import com.android.dx.cf.attrib.AttCode;
20 import com.android.dx.cf.attrib.AttLineNumberTable;
21 import com.android.dx.cf.attrib.AttLocalVariableTable;
22 import com.android.dx.cf.attrib.AttLocalVariableTypeTable;

Completed in 566 milliseconds

1 2 3 45 6 7 8 91011>>