HomeSort by relevance Sort by last modified time
    Searched refs:getPtr (Results 101 - 125 of 154) sorted by null

1 2 3 45 6 7

  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Stream.cpp 267 reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0));
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Stream.cpp 269 reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0));
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 229 {{attribute.cpp_type}} impl = WTF::getPtr(proxyImpl->{{attribute.name}}());
  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 138 gl.glVertexAttrib ##COMPS ##TYPECODE (index, value.getPtr()); \
es2fDepthRangeTests.cpp 365 glUniform4fv(colorLoc, 1, color.getPtr());
es2fStencilTests.cpp 84 ctx.uniform4fv(ctx.getUniformLocation(program, "u_color"), 1, color.getPtr());
es2fShaderBuiltinVarTests.cpp 315 gl.uniform3fv(scaleLoc, 1, scale.getPtr());
  /external/deqp/modules/gles3/functional/
es3fFragDepthTests.cpp 391 gl.uniform4fv(colorLoc, 1, color.getPtr());
es3fStencilTests.cpp 87 ctx.uniform4fv(ctx.getUniformLocation(program, "u_color"), 1, color.getPtr());
es3fShaderMatrixTests.cpp     [all...]
es3fTextureUnitTests.cpp 555 ctx.uniform4fv(ctx.getUniformLocation(program, ("u_texScale" + ndxStr).c_str()), 1, m_texScales[ndx].getPtr());
556 ctx.uniform4fv(ctx.getUniformLocation(program, ("u_texBias" + ndxStr).c_str()), 1, m_texBiases[ndx].getPtr());
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 286 gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, textureSize, textureSize, 0, GL_RGBA, GL_UNSIGNED_BYTE, buffer[0].getPtr());
893 gl.uniform4fv(specialLoc, 1, (const float*)uniformValue.getPtr());
    [all...]
  /external/deqp/modules/gles31/functional/
es31fComputeShaderBuiltinVarTests.cpp 232 gl.uniform2uiv(gl.getUniformLocation(program, "u_stride"), 1, stride.getPtr());
es31fShaderHelperInvocationTests.cpp 128 gl.getFloatv(pname, v.getPtr());
es31fTextureMultisampleTests.cpp 677 gl.bufferData (GL_ARRAY_BUFFER, (int)(gridData.size() * sizeof(tcu::Vec4)), gridData[0].getPtr(), GL_STATIC_DRAW);
    [all...]
es31fMultisampleTests.cpp 139 gl.glGetMultisamplefv(GL_SAMPLE_POSITION, ndx, samplePos.getPtr());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.h 46 #include "wtf/GetPtr.h"
228 if (!WTF::getPtr(value))
230 return toV8NoInline(WTF::getPtr(value), creationContext, isolate);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
V8TestInterface5.cpp 23 #include "wtf/GetPtr.h"
43 v8SetReturnValueFast(info, WTF::getPtr(impl->testInterfaceAttribute()), impl);
64 impl->setTestInterfaceAttribute(WTF::getPtr(cppValue));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 478 QualType AtomicTy = E->getPtr()->getType()->getPointeeType();
493 llvm::Value *Ptr = EmitScalarExpr(E->getPtr());
    [all...]
  /frameworks/rs/
rsAllocation.cpp 412 alloc->data(rsc, 0, 0, count, stream->getPtr() + stream->getPos(), dataSize);
414 alloc->unpackVec3Allocation(rsc, stream->getPtr() + stream->getPos(), dataSize);
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
QCameraChannel.cpp 851 streamInfo = (cam_stream_info_t *)pStreamInfoBuf->getPtr(0);
    [all...]
QCameraStream.cpp 411 mStreamInfo = reinterpret_cast<cam_stream_info_t *>(mStreamInfoBuf->getPtr(0));
    [all...]
  /external/deqp/modules/egl/
teglNativeColorMappingTests.cpp 236 gl.uniform4fv(colorLocation, 1, color.getPtr());

Completed in 1425 milliseconds

1 2 3 45 6 7