/external/deqp/framework/qphelper/ |
qpXmlWriter.c | 196 deBool qpXmlWriter_startElement(qpXmlWriter* writer, const char* elementName, int numAttribs, const qpXmlAttribute* attribs) 206 const qpXmlAttribute* attrib = &attribs[ndx];
|
/external/deqp/modules/egl/ |
teglCreateSurfaceTests.cpp | 256 const EGLint attribs[] = local 264 EGLSurface surface = egl.createPbufferSurface(display, config, attribs);
|
teglQuerySurfaceTests.cpp | 389 const EGLint attribs[] = local 398 eglu::UniqueSurface surface(egl, display, egl.createPbufferSurface(display, config, attribs)); 658 const EGLint attribs[] = local 666 eglu::UniqueSurface surface(egl, display, egl.createPbufferSurface(display, config, attribs));
|
/external/mesa3d/src/glx/ |
indirect_glx.c | 444 const uint32_t *attribs, 451 (void) attribs;
|
drisw_glx.c | 424 const uint32_t *attribs, 448 if (!dri2_convert_glx_attribs(num_attribs, attribs,
|
/frameworks/base/docs/html/ndk/reference/ |
struct_a_native_activity.jd | 8 <a href="#pub-attribs">Data Fields</a> </div> 16 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
|
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderBase.cpp | 844 VASurfaceAttrib* attribs = NULL; local 846 //get attribs number 847 vaStatus = vaQuerySurfaceAttributes(mVADisplay, mVAConfig, attribs, &num); 853 attribs = new VASurfaceAttrib[num]; 855 vaStatus = vaQuerySurfaceAttributes(mVADisplay, mVAConfig, attribs, &num); 859 if (attribs[i].type == VASurfaceAttribMemoryType) { 860 mSupportedSurfaceMemType = attribs[i].value.value.i; 867 delete attribs; [all...] |
/external/deqp/modules/glshared/ |
glsDrawTest.hpp | 233 std::vector<AttributeSpec> attribs; member in struct:deqp::gls::DrawTestSpec
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_vertex.h | 90 unsigned src_index:8; /**< map to post-xform attribs */
|
/external/mesa3d/src/gallium/docs/source/ |
pipeline.txt | 111 generic attribs
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv40_vertprog.h | 39 /* use address reg as index into attribs */
|
/external/mesa3d/src/mesa/swrast/ |
s_alpha.c | 126 GLfloat (*rgba)[4] = span->array->attribs[FRAG_ATTRIB_COL0];
|
s_logic.c | 215 (GLuint *) span->array->attribs[FRAG_ATTRIB_COL0],
|
s_masking.c | 93 GLuint (*src)[4] = (GLuint (*)[4]) span->array->attribs[FRAG_ATTRIB_COL0];
|
/external/mesa3d/src/mesa/vbo/ |
vbo_context.c | 177 /* map material attribs to generic slots */
|
/external/skia/src/gpu/gl/ |
GrGLProgramDesc.cpp | 63 * this function because it is hairy, though FPs do not have attribs, and GPs do not have transforms
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
fdi.h | 226 USHORT attribs; member in struct:__anon34808
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_vertprog.c | 487 /* fglrx uses fixed inputs as follows for conventional attribs. 488 generic attribs use non-fixed assignment, fglrx will always use the 490 There are 12 generic attribs possible, corresponding to attrib 0, 2-11 492 attr 1 and 12 aren't used for generic attribs as those cannot be made vec4 501 /* attr 4,5 and 13 are only used with generic attribs. 564 fprintf(stderr, "more than 12 attribs used in vert prog\n"); [all...] |
/external/deqp/framework/platform/X11/ |
tcuX11GlxPlatform.cpp | 323 const int attribs[] = local 332 getXDisplay(), m_fbConfig, DE_NULL, True, attribs));
|
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/ |
AndroidInput.java | 151 public AndroidInput(Context ctx, AttributeSet attribs) {
152 super(ctx, attribs);
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_renderer.c | 85 r->attrs_per_vertex); /* attribs/vert */ 519 num_attribs); /* attribs/vert */
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_program.c | 230 /* Input registers get initialized from the current vertex attribs */ 396 /* copy the output registers into the VB->attribs arrays */
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
RenderTarget.java | 392 int[] attribs = { EGL10.EGL_WIDTH, width, EGL10.EGL_HEIGHT, height, EGL10.EGL_NONE }; local 393 return egl.eglCreatePbufferSurface(display, eglConfig, attribs);
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
RenderContext.java | 228 * Vertex attribs currently bound and enabled. If a slot is null, then
|
/external/mesa3d/src/egl/main/ |
eglmode.c | 91 /* init all attribs to EGL_DONT_CARE */
|