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

  /external/tensorflow/tensorflow/core/graph/
control_flow.cc 60 int out_id = out->id(); local
61 ControlFlowInfo* out_info = &(*info)[out_id];
63 bool is_visited = (parent_nodes[out_id] != nullptr);
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Script.java 251 long out_id = 0; local
256 out_id = aout.getID(mRS);
269 mRS.nScriptForEach(getID(mRS), slot, in_id, out_id, params, mUseIncSupp); local
293 long out_id = 0; local
298 out_id = aout.getID(mRS);
310 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend, mUseIncSupp); local
360 long out_id = 0; local
362 out_id = aout.getID(mRS);
382 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); local
408 long out_id = aout.getID(mRS) local
422 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); local
    [all...]
  /frameworks/rs/cpp/
Script.cpp 34 void *out_id = BaseObj::getObjID(aout); local
35 tryDispatch(mRS, RS::dispatch->ScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen, nullptr, 0));
  /frameworks/base/rs/java/android/renderscript/
Script.java 196 long out_id = 0; local
198 out_id = aout.getID(mRS);
218 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); local
261 long out_id = 0; local
263 out_id = aout.getID(mRS);
283 mRS.nScriptForEach(getID(mRS), slot, in_ids, out_id, params, limits); local
308 long out_id = aout.getID(mRS); local
322 mRS.nScriptReduce(getID(mRS), slot, in_ids, out_id, limits); local
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.hpp 67 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
106 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
137 static void Create(const glw::Functions& gl, glw::GLenum stage, glw::GLuint& out_id);
175 static void Create(const glw::Functions& gl, glw::GLuint& out_id);
218 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
267 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
glcRobustBufferAccessBehaviorTests.cpp 179 * @param out_id Id of buffer
181 void Buffer::Generate(const glw::Functions& gl, glw::GLuint& out_id)
193 out_id = id;
280 void Framebuffer::Generate(const glw::Functions& gl, glw::GLuint& out_id)
292 out_id = id;
417 * @param out_id Id of program
419 void Program::Create(const glw::Functions& gl, glw::GLuint& out_id)
429 out_id = id;
580 * @param out_id Shader id
582 void Shader::Create(const glw::Functions& gl, glw::GLenum stage, glw::GLuint& out_id)
    [all...]
  /frameworks/native/libs/gui/include/gui/
BufferHubProducer.h 125 status_t getUniqueId(uint64_t* out_id) const override;
  /external/deqp/external/openglcts/modules/gl/
gl4cBufferStorageTests.cpp 140 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
198 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
230 static void Create(const glw::Functions& gl, glw::GLenum stage, glw::GLuint& out_id);
267 static void Create(const glw::Functions& gl, glw::GLuint& out_id);
316 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
365 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
694 * @param out_id Id of buffer
696 void Buffer::Generate(const glw::Functions& gl, glw::GLuint& out_id)
708 out_id = id;
934 void Framebuffer::Generate(const glw::Functions& gl, glw::GLuint& out_id)
    [all...]
gl4cMultiBindTests.cpp 186 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
225 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
257 static void Create(const glw::Functions& gl, glw::GLenum stage, glw::GLuint& out_id);
296 static void Create(const glw::Functions& gl, glw::GLuint& out_id);
348 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
519 * @param out_id Id of buffer
521 void Buffer::Generate(const glw::Functions& gl, glw::GLuint& out_id)
533 out_id = id;
620 void Framebuffer::Generate(const glw::Functions& gl, glw::GLuint& out_id)
632 out_id = id
    [all...]
gl4cSparseTextureTests.hpp 90 static void Generate(const Functions& gl, GLuint& out_id);
gl4cEnhancedLayoutsTests.hpp 202 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
267 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
333 static void Create(const glw::Functions& gl, STAGES stage, glw::GLuint& out_id);
788 static void Create(const glw::Functions& gl, glw::GLuint& out_id);
884 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
947 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
    [all...]
gl4cSparseTextureTests.cpp 187 * @param out_id Id of texture
189 void Texture::Generate(const Functions& gl, GLuint& out_id)
201 out_id = id;
    [all...]
gl4cEnhancedLayoutsTests.cpp     [all...]
  /external/libchrome/base/debug/
activity_tracker.cc 143 int64_t* out_id,
150 *out_id = info->process_id;
441 int64_t* out_id,
444 return OwningProcess::GetOwningProcessId(&header->owner, out_id, out_stamp);
    [all...]
activity_tracker.h 79 int64_t* out_id,
477 int64_t* out_id,
725 int64_t* out_id,
    [all...]
  /frameworks/native/libs/gui/
BufferHubProducer.cpp 591 status_t BufferHubProducer::getUniqueId(uint64_t* out_id) const {
594 *out_id = unique_id_;
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 1378 const int out_id = out->id(); local
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc 866 int out_id = kDefaultAudioDeviceId; local
868 << ") and speaker to (id=" << out_id << ")"; local
887 << ") and speaker to (id=" << out_id << ")"; local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 468 milliseconds