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

<<1112131415161718

  /external/mesa3d/include/GL/internal/
dri_interface.h 564 unsigned int attrib,
568 unsigned int *attrib, unsigned int *value);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 229 ATTRIB = 262,
337 #define ATTRIB 262
458 unsigned attrib; member in union:YYSTYPE
    [all...]
program_parse.tab.h 44 ATTRIB = 262,
152 #define ATTRIB 262
273 unsigned attrib; member in union:YYSTYPE
  /external/chromium_org/ppapi/proxy/
media_stream_audio_track_resource.cc 89 PP_MediaStreamAudioTrack_Attrib attrib,
media_stream_video_track_resource.cc 102 PP_MediaStreamVideoTrack_Attrib attrib,
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.h 191 UColAttribute *attrib, UColAttributeValue *value,
  /external/chromium_org/third_party/mesa/src/docs/
MESA_drm_image.spec 88 use in the attrib list using EGL_DRM_BUFFER_FORMAT_MESA and
122 in the attrib list.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_line.c 426 int x0 = (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][0];
427 int y0 = YFLIP(xrb, (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][1]);
428 int x1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][0];
429 int y1 = YFLIP(xrb, (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][1]);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
swrast.h 101 GLfloat attrib[FRAG_ATTRIB_MAX][4]; member in struct:__anon18195
  /external/mesa3d/docs/
MESA_drm_image.spec 88 use in the attrib list using EGL_DRM_BUFFER_FORMAT_MESA and
122 in the attrib list.
  /external/mesa3d/src/mesa/drivers/x11/
xm_line.c 426 int x0 = (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][0];
427 int y0 = YFLIP(xrb, (GLint) vert0->attrib[FRAG_ATTRIB_WPOS][1]);
428 int x1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][0];
429 int y1 = YFLIP(xrb, (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][1]);
  /external/mesa3d/src/mesa/swrast/
swrast.h 101 GLfloat attrib[FRAG_ATTRIB_MAX][4]; member in struct:__anon31754
  /external/chromium_org/gpu/command_buffer/service/
program_manager.h 195 void SetAttribLocationBinding(const std::string& attrib, GLint location) {
196 bind_attrib_location_map_[attrib] = location;
306 // Attrib by index.
309 // Attrib by location to index.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 133 .attrib = i,
173 struct nouveau_array *a = &render->attrs[ta->attrib];
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs12/
pkcs12.h 120 STACK_OF(X509_ATTRIBUTE) *attrib; member in struct:__anon18506
162 PKCS12_get_attr_gen(bag->attrib, attr_nid)
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
pkcs12.h 120 STACK_OF(X509_ATTRIBUTE) *attrib; member in struct:__anon18552
162 PKCS12_get_attr_gen(bag->attrib, attr_nid)
  /external/llvm/utils/lit/lit/
ProgressBar.py 116 (attrib, cap_name) = capability.split('=')
117 setattr(self, attrib, self._tigetstr(cap_name) or '')
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 133 .attrib = i,
173 struct nouveau_array *a = &render->attrs[ta->attrib];
  /external/openssl/crypto/pkcs12/
pkcs12.h 120 STACK_OF(X509_ATTRIBUTE) *attrib; member in struct:__anon32107
162 PKCS12_get_attr_gen(bag->attrib, attr_nid)
  /external/openssl/include/openssl/
pkcs12.h 120 STACK_OF(X509_ATTRIBUTE) *attrib; member in struct:__anon32150
162 PKCS12_get_attr_gen(bag->attrib, attr_nid)
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 217 EGLint attrib[] = local
241 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp 770 VAConfigAttrib attrib; local
850 attrib.type = VAConfigAttribRTFormat;
851 attrib.value = VA_RT_FORMAT_YUV420;
857 &attrib,
1399 VAConfigAttrib attrib; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/internal/
dri_interface.h 507 unsigned int attrib,
511 unsigned int *attrib, unsigned int *value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 507 unsigned int attrib,
511 unsigned int *attrib, unsigned int *value);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglConfig.cpp 150 bool EglConfig::getConfAttrib(EGLint attrib,EGLint* val) const {
151 switch(attrib) {

Completed in 624 milliseconds

<<1112131415161718