HomeSort by relevance Sort by last modified time
    Searched full:a_offset (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
picture_rescale.c 155 const int a_offset = top * pic->a_stride + left; local
156 CopyPlane(pic->a + a_offset, pic->a_stride,
  /external/webp/src/enc/
picture_rescale.c 155 const int a_offset = top * pic->a_stride + left; local
156 CopyPlane(pic->a + a_offset, pic->a_stride,
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 590 << sglr::pdec::VertexAttribute("a_offset", rr::GENERICVECTYPE_FLOAT)
596 "in highp vec4 a_offset;\n"
601 " gl_Position = a_position + a_offset;\n"
691 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset");
    [all...]
  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp 67 "in highp vec4 a_offset;\n"
72 " gl_Position = a_position + a_offset;\n"
621 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset");
895 const int offsetLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_offset");
    [all...]
es31fDrawTests.cpp 720 << sglr::pdec::VertexAttribute("a_offset", rr::GENERICVECTYPE_FLOAT)
726 "in highp vec4 a_offset;\n"
731 " gl_Position = a_position + a_offset;\n"
822 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset");
    [all...]
es31fGeometryShaderTests.cpp     [all...]

Completed in 427 milliseconds