HomeSort by relevance Sort by last modified time
    Searched refs:s_attrib (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 259 VASurfaceAttrib surface_attribs[1], * const s_attrib = &surface_attribs[0]; local
269 s_attrib->type = VASurfaceAttribPixelFormat;
270 s_attrib->flags = VA_SURFACE_ATTRIB_SETTABLE;
271 s_attrib->value.type = VAGenericValueTypeInteger;
272 s_attrib->value.value.i = csc_src_fourcc;
274 if (!lookup_surface_attrib(VASurfaceAttribPixelFormat, &s_attrib->value)) {
303 s_attrib->value.value.i = VA_FOURCC_NV12;
  /external/deqp/external/openglcts/modules/gl/
gl3cTransformFeedbackTests.hpp 992 static const glw::GLchar* s_attrib; member in class:gl3cts::TransformFeedback::DrawXFBFeedback
    [all...]
gl3cTransformFeedbackTests.cpp 5076 const glw::GLchar* gl3cts::TransformFeedback::DrawXFBFeedback::s_attrib = "position"; member in class:gl3cts::TransformFeedback::DrawXFBFeedback
    [all...]

Completed in 222 milliseconds