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

  /cts/suite/audio_quality/lib/include/task/
TaskProcess.h 76 TaskCase::Value* getValuePtr();
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 381 case 1: glUniform1fv(location, 1, (float*)value.value().getValuePtr()); break;
382 case 2: glUniform2fv(location, 1, (float*)value.value().getValuePtr()); break;
383 case 3: glUniform3fv(location, 1, (float*)value.value().getValuePtr()); break;
384 case 4: glUniform4fv(location, 1, (float*)value.value().getValuePtr()); break;
395 case 1: glUniform1iv(location, 1, (int*)value.value().getValuePtr()); break;
396 case 2: glUniform2iv(location, 1, (int*)value.value().getValuePtr()); break;
397 case 3: glUniform3iv(location, 1, (int*)value.value().getValuePtr()); break;
398 case 4: glUniform4iv(location, 1, (int*)value.value().getValuePtr()); break;
glsFragOpInteractionCase.cpp 338 case 1: ctx.uniform1fv(location, 1, (float*)value.value().getValuePtr()); break;
339 case 2: ctx.uniform2fv(location, 1, (float*)value.value().getValuePtr()); break;
340 case 3: ctx.uniform3fv(location, 1, (float*)value.value().getValuePtr()); break;
341 case 4: ctx.uniform4fv(location, 1, (float*)value.value().getValuePtr()); break;
352 case 1: ctx.uniform1iv(location, 1, (int*)value.value().getValuePtr()); break;
353 case 2: ctx.uniform2iv(location, 1, (int*)value.value().getValuePtr()); break;
354 case 3: ctx.uniform3iv(location, 1, (int*)value.value().getValuePtr()); break;
355 case 4: ctx.uniform4iv(location, 1, (int*)value.value().getValuePtr()); break;
  /external/deqp/framework/randomshaders/
rsgVariableValue.hpp 80 const Scalar* getValuePtr (void) const { return m_value; }
172 std::copy(valueRead.getValuePtr(), valueRead.getValuePtr() + scalarSize*Stride, this->m_value);
176 std::fill(this->m_value + scalarNdx*Stride, this->m_value + (scalarNdx+1)*Stride, valueRead.getValuePtr()[scalarNdx]);
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 129 voidPtrs[i] = list[i].getValuePtr();
359 TaskCase::Value* TaskProcess::Param::getValuePtr()

Completed in 1247 milliseconds