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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 59 static int DC_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
395 static int DC_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value)
400 switch(attrib) {
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 420 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value)
424 EGLBoolean ret = getAttribValue(config, m_attribs.valueFor(attrib), value);
453 EGLBoolean eglDisplay::setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value)
457 EGLBoolean ret = setAttribValue(config, m_attribs.valueFor(attrib), value);
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_parameter.h 162 const char *name, GLint size, GLenum datatype, GLint attrib);
prog_parameter.c 347 * \param attrib the attribute index, or -1 if unknown
351 const char *name, GLint size, GLenum datatype, GLint attrib)
356 if (attrib < 0)
357 attrib = i;
358 paramList->Parameters[i].StateIndexes[0] = attrib;
363 state[0] = (gl_state_index) attrib;
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs12/
p12_asn.c 111 ASN1_SET_OF_OPT(PKCS12_SAFEBAG, attrib, X509_ATTRIBUTE)
  /external/mesa3d/src/mesa/program/
prog_parameter.h 162 const char *name, GLint size, GLenum datatype, GLint attrib);
  /external/openssl/crypto/pkcs12/
p12_asn.c 111 ASN1_SET_OF_OPT(PKCS12_SAFEBAG, attrib, X509_ATTRIBUTE)
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzGL.m 227 int QZ_GL_GetAttribute (_THIS, SDL_GLattr attrib, int* value) {
233 switch (attrib) {
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 423 int WIN_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value)
427 if (attrib == SDL_GL_SWAP_CONTROL) {
438 switch(attrib) {
502 switch ( attrib ) {
SDL_wingl_c.h 69 extern int WIN_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 624 color_balance_param[count].attrib = VAProcColorBalanceHue;
628 color_balance_param[count].attrib = VAProcColorBalanceSaturation;
632 color_balance_param[count].attrib = VAProcColorBalanceBrightness;
636 color_balance_param[count].attrib = VAProcColorBalanceContrast;
843 VAConfigAttrib attrib; local
844 attrib.type = VAConfigAttribRTFormat;
848 &attrib,
851 if ((attrib.value != g_out_format)) {
868 &attrib,
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 513 const Attribute* attrib = &(*std::find_if(attributes.begin(), attributes.end(), AttributeNameEquals(attribName))); local
515 output.inputs.push_back(attrib);
523 static void genAttributeData (const Attribute& attrib, deUint8* basePtr, int stride, int numElements, de::Random& rnd)
526 bool isFloat = glu::isDataTypeFloatOrVec(attrib.type.getBasicType());
527 bool isInt = glu::isDataTypeIntOrIVec(attrib.type.getBasicType());
528 bool isUint = glu::isDataTypeIntOrIVec(attrib.type.getBasicType());
529 glu::Precision precision = attrib.type.getPrecision();
530 int numComps = glu::getDataTypeScalarSize(attrib.type.getBasicType());
536 int offset = attrib.offset+elemNdx*stride+compNdx*elementSize;
603 for (vector<Attribute>::const_iterator attrib = attributes.begin(); attrib != attributes.end(); attrib++
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglmode.c 179 * Return value of given mode attribute, or -1 if bad attrib.
182 getModeAttrib(const _EGLMode *m, EGLint attrib)
184 switch (attrib) {
207 EGLint Attrib;
235 for (i = 0; SortInfo[i].Attrib; i++) {
236 const EGLint aVal = getModeAttrib(aMode, SortInfo[i].Attrib);
237 const EGLint bVal = getModeAttrib(bMode, SortInfo[i].Attrib);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_render.c 352 /* Stride to the same attrib in the next vertex in the vertex buffer,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_context.h 301 intel->vertex_attrs[intel->vertex_attr_count].attrib = (ATTR); \
310 intel->vertex_attrs[intel->vertex_attr_count].attrib = 0; \
  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 145 UInt32 Attrib;
161 void SetAttrib(UInt32 attrib)
164 Attrib = attrib;
  /external/mesa3d/src/egl/main/
eglmode.c 179 * Return value of given mode attribute, or -1 if bad attrib.
182 getModeAttrib(const _EGLMode *m, EGLint attrib)
184 switch (attrib) {
207 EGLint Attrib;
235 for (i = 0; SortInfo[i].Attrib; i++) {
236 const EGLint aVal = getModeAttrib(aMode, SortInfo[i].Attrib);
237 const EGLint bVal = getModeAttrib(bMode, SortInfo[i].Attrib);
  /external/mesa3d/src/gallium/drivers/r300/
r300_render.c 352 /* Stride to the same attrib in the next vertex in the vertex buffer,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h 301 intel->vertex_attrs[intel->vertex_attr_count].attrib = (ATTR); \
310 intel->vertex_attrs[intel->vertex_attr_count].attrib = 0; \
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_gl.c 48 int ph_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value)
50 switch (attrib)
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 125 EGLint attrib[] = local
145 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 833 VAConfigAttrib attrib[2]; local
840 attrib[0].type = VAConfigAttribRTFormat;
841 attrib[0].value = VA_RT_FORMAT_YUV420;
842 attrib[1].type = VAConfigAttribDecSliceMode;
843 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL;
845 attrib[1].value = VA_DEC_SLICE_MODE_SUBSAMPLE;
852 &attrib[0],
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 836 VAConfigAttrib attrib[2]; local
843 attrib[0].type = VAConfigAttribRTFormat;
844 attrib[0].value = VA_RT_FORMAT_YUV420;
845 attrib[1].type = VAConfigAttribDecSliceMode;
846 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL;
848 attrib[1].value = VA_DEC_SLICE_MODE_SUBSAMPLE;
855 &attrib[0],
  /frameworks/native/opengl/tools/glgen2/registry/
reg.py 74 if ('api' in elem.attrib):
81 if ('profile' in elem.attrib):
712 if ('api' in elem.attrib):
752 type.attrib['name'] = type.find('name').text
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/internal/
dri_interface.h 564 unsigned int attrib,
568 unsigned int *attrib, unsigned int *value);
    [all...]

Completed in 1617 milliseconds

1 2 3 4 5 6 7 8 91011>>