Home
last modified time | relevance | path

Searched defs:location (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/external/mesa3d/src/mesa/main/
Duniforms.c131 _mesa_Uniform1fARB(GLint location, GLfloat v0) in _mesa_Uniform1fARB()
138 _mesa_Uniform2fARB(GLint location, GLfloat v0, GLfloat v1) in _mesa_Uniform2fARB()
148 _mesa_Uniform3fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) in _mesa_Uniform3fARB()
159 _mesa_Uniform4fARB(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, in _mesa_Uniform4fARB()
172 _mesa_Uniform1iARB(GLint location, GLint v0) in _mesa_Uniform1iARB()
179 _mesa_Uniform2iARB(GLint location, GLint v0, GLint v1) in _mesa_Uniform2iARB()
189 _mesa_Uniform3iARB(GLint location, GLint v0, GLint v1, GLint v2) in _mesa_Uniform3iARB()
200 _mesa_Uniform4iARB(GLint location, GLint v0, GLint v1, GLint v2, GLint v3) in _mesa_Uniform4iARB()
212 _mesa_Uniform1fvARB(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform1fvARB()
219 _mesa_Uniform2fvARB(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform2fvARB()
[all …]
Duniform_query.cpp157 GLint location, GLsizei count, in validate_uniform_parameters()
263 _mesa_get_uniform(struct gl_context *ctx, GLuint program, GLint location, in _mesa_get_uniform()
389 GLint location, in log_uniform()
577 GLint location, GLsizei count, in _mesa_uniform()
830 GLint location, GLsizei count, in _mesa_uniform_matrix()
1011 unsigned location = 0; in _mesa_get_uniform_location() local
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc255 const LocationRecorder* location) { in TryConsumeEndOfDeclaration()
274 const LocationRecorder* location) { in ConsumeEndOfDeclaration()
359 DescriptorPool::ErrorCollector::ErrorLocation location) { in RecordLegacyLocation()
495 LocationRecorder location(root_location, in ParseTopLevelStatement() local
499 LocationRecorder location(root_location, in ParseTopLevelStatement() local
503 LocationRecorder location(root_location, in ParseTopLevelStatement() local
507 LocationRecorder location(root_location, in ParseTopLevelStatement() local
522 LocationRecorder location(root_location, in ParseTopLevelStatement() local
541 LocationRecorder location(message_location, in ParseMessageDefinition() local
616 LocationRecorder location(message_location, in ParseMessageStatement() local
[all …]
/external/libweave/src/
Derror.cc13 inline void LogError(const tracked_objects::Location& location, in LogError()
28 ErrorPtr Error::Create(const tracked_objects::Location& location, in Create()
34 ErrorPtr Error::Create(const tracked_objects::Location& location, in Create()
43 const tracked_objects::Location& location, in AddTo()
58 const tracked_objects::Location& location, in AddToPrintf()
87 Error::Error(const tracked_objects::Location& location, in Error()
94 Error::Error(const tracked_objects::LocationSnapshot& location, in Error()
/external/libbrillo/brillo/errors/
Derror.cc14 inline void LogError(const tracked_objects::Location& location, in LogError()
29 ErrorPtr Error::Create(const tracked_objects::Location& location, in Create()
36 ErrorPtr Error::Create(const tracked_objects::Location& location, in Create()
47 const tracked_objects::Location& location, in AddTo()
61 const tracked_objects::Location& location, in AddToPrintf()
94 Error::Error(const tracked_objects::Location& location, in Error()
106 Error::Error(const tracked_objects::LocationSnapshot& location, in Error()
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
DReturnsSmartNulls.java49 final Location location = new LocationImpl(); in answer() local
57 private final Location location; field in ReturnsSmartNulls.ThrowsSmartNullPointer
59 public ThrowsSmartNullPointer(InvocationOnMock unstubbedInvocation, Location location) { in ThrowsSmartNullPointer()
70 new Reporter().smartNullPointerException(unstubbedInvocation.toString(), location); in answer() local
/external/libchrome/base/
Dtracked_objects_unittest.cc52 void TallyABirth(const Location& location, const std::string& thread_name) { in TallyABirth()
169 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
380 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
402 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
423 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
436 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
449 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
478 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
577 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
718 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F() local
[all …]
/external/libbrillo/brillo/streams/
Dstream_utils.cc83 bool ErrorStreamClosed(const tracked_objects::Location& location, in ErrorStreamClosed()
93 bool ErrorOperationNotSupported(const tracked_objects::Location& location, in ErrorOperationNotSupported()
103 bool ErrorReadPastEndOfStream(const tracked_objects::Location& location, in ErrorReadPastEndOfStream()
113 bool ErrorOperationTimeout(const tracked_objects::Location& location, in ErrorOperationTimeout()
123 bool CheckInt64Overflow(const tracked_objects::Location& location, in CheckInt64Overflow()
151 bool CalculateStreamPosition(const tracked_objects::Location& location, in CalculateStreamPosition()
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
DClassFileDumperTest.java44 final File location = new File(folder.getRoot(), "classes"); in testDumpClassWithPackage() local
53 final File location = new File(folder.getRoot(), "classes"); in testDumpClassInDefaultPackage() local
65 private void assertContents(File location, String filename) in assertContents()
/external/bison/examples/calc++/
Dlocation.hh49 class location class
54 location (const position& b, const position& e) in location() function in yy::location
61 explicit location (const position& p = position ()) in location() function in yy::location
68 explicit location (std::string* f, in location() function in yy::location
/external/clang/tools/libclang/
DCXSourceLocation.cpp211 int clang_Location_isInSystemHeader(CXSourceLocation location) { in clang_Location_isInSystemHeader()
222 int clang_Location_isFromMainFile(CXSourceLocation location) { in clang_Location_isFromMainFile()
233 void clang_getExpansionLocation(CXSourceLocation location, in clang_getExpansionLocation()
275 void clang_getPresumedLocation(CXSourceLocation location, in clang_getPresumedLocation()
307 void clang_getInstantiationLocation(CXSourceLocation location, in clang_getInstantiationLocation()
316 void clang_getSpellingLocation(CXSourceLocation location, in clang_getSpellingLocation()
354 void clang_getFileLocation(CXSourceLocation location, in clang_getFileLocation()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DGlShader.java87 int location = GLES20.glGetAttribLocation(program, label); in getAttribLocation() local
102 int location = getAttribLocation(label); in setVertexAttribArray() local
112 int location = GLES20.glGetUniformLocation(program, label); in getUniformLocation() local
/external/skia/src/gpu/gl/
DGrGLNoOpInterface.cpp289 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1f(GrGLint location, GrGLfloat v0) { in noOpGLUniform1f()
292 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1i(GrGLint location, GrGLint v0) { in noOpGLUniform1i()
295 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1fv(GrGLint location, in noOpGLUniform1fv()
300 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1iv(GrGLint location, in noOpGLUniform1iv()
305 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2f(GrGLint location, GrGLfloat v0, GrGLfloat v1) { in noOpGLUniform2f()
308 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2i(GrGLint location, GrGLint v0, GrGLint v1) { in noOpGLUniform2i()
311 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2fv(GrGLint location, in noOpGLUniform2fv()
316 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2iv(GrGLint location, in noOpGLUniform2iv()
321 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform3f(GrGLint location, in noOpGLUniform3f()
327 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform3i(GrGLint location, in noOpGLUniform3i()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DLabel.java38 @Nullable MethodLocation location; field in Label
43 Label(MethodLocation location) { in Label()
/external/libchrome/base/profiler/
Dscoped_tracker.h54 const Location& location, in TrackCallback()
63 static void ExecuteAndTrackCallback(const Location& location, in ExecuteAndTrackCallback()
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
DInsnList.java221 public void set(final AbstractInsnNode location, final AbstractInsnNode insn) { in set()
368 public void insert(final AbstractInsnNode location, final AbstractInsnNode insn) { in insert()
396 public void insert(final AbstractInsnNode location, final InsnList insns) { in insert()
430 public void insertBefore(final AbstractInsnNode location, final AbstractInsnNode insn) { in insertBefore()
458 public void insertBefore(final AbstractInsnNode location, final InsnList insns) { in insertBefore()
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl2354 GLW_APICALL void GLW_APIENTRY glGetUniformSubroutineuiv (GLenum shadertype, GLint location, GLuint …
2362 GLW_APICALL void GLW_APIENTRY glGetUniformdv (GLuint program, GLint location, GLdouble *params)
2370 GLW_APICALL void GLW_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params)
2378 GLW_APICALL void GLW_APIENTRY glGetUniformiv (GLuint program, GLint location, GLint *params)
2386 GLW_APICALL void GLW_APIENTRY glGetUniformuiv (GLuint program, GLint location, GLuint *params)
2496 GLW_APICALL void GLW_APIENTRY glGetnUniformdv (GLuint program, GLint location, GLsizei bufSize, GLd…
2505 GLW_APICALL void GLW_APIENTRY glGetnUniformfv (GLuint program, GLint location, GLsizei bufSize, GLf…
2514 GLW_APICALL void GLW_APIENTRY glGetnUniformiv (GLuint program, GLint location, GLsizei bufSize, GLi…
2523 GLW_APICALL void GLW_APIENTRY glGetnUniformuiv (GLuint program, GLint location, GLsizei bufSize, GL…
3078 GLW_APICALL void GLW_APIENTRY glProgramUniform1d (GLuint program, GLint location, GLdouble v0)
[all …]
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl2215 void CallLogWrapper::glGetUniformSubroutineuiv (glw::GLenum shadertype, glw::GLint location, glw::G…
2222 void CallLogWrapper::glGetUniformdv (glw::GLuint program, glw::GLint location, glw::GLdouble *param…
2229 void CallLogWrapper::glGetUniformfv (glw::GLuint program, glw::GLint location, glw::GLfloat *params)
2236 void CallLogWrapper::glGetUniformiv (glw::GLuint program, glw::GLint location, glw::GLint *params)
2243 void CallLogWrapper::glGetUniformuiv (glw::GLuint program, glw::GLint location, glw::GLuint *params)
2342 void CallLogWrapper::glGetnUniformdv (glw::GLuint program, glw::GLint location, glw::GLsizei bufSiz…
2349 void CallLogWrapper::glGetnUniformfv (glw::GLuint program, glw::GLint location, glw::GLsizei bufSiz…
2356 void CallLogWrapper::glGetnUniformiv (glw::GLuint program, glw::GLint location, glw::GLsizei bufSiz…
2363 void CallLogWrapper::glGetnUniformuiv (glw::GLuint program, glw::GLint location, glw::GLsizei bufSi…
2921 void CallLogWrapper::glProgramUniform1d (glw::GLuint program, glw::GLint location, glw::GLdouble v0)
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPProxyTestCase.java37 private final Location location; field in JDWPProxyTestCase.EventContext
39 public EventContext(long threadId, long frameId, Location location) { in EventContext()
89 Location location = reply.getNextValueAsLocation(); in getFirstProxyFrameId() local
/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp204 const int location = uNdx == 1 ? refLoc : valLoc; in iterate() local
223 const int location = uNdx == 1 ? refLoc : valLoc; in iterate() local
241 const int location = uNdx == 1 ? refLoc : valLoc; in iterate() local
259 const int location = uNdx == 1 ? refLoc : valLoc; in iterate() local
278 const int location = uNdx == 1 ? refLoc : valLoc; in iterate() local
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DClassFileDumper.java26 private final File location; field in ClassFileDumper
35 ClassFileDumper(final String location) { in ClassFileDumper()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
DPluginFlyoutPreferences.java47 public void initializeDefaults(int location, int state, int width) { in initializeDefaults()
70 public void setDockLocation(int location) { in setDockLocation()
/external/v8/src/
Dglobal-handles.cc40 static Node* FromLocation(Object** location) { in FromLocation()
131 Object** location() { return &object_; } in location() function in v8::internal::GlobalHandles::Node
591 Handle<Object> GlobalHandles::CopyGlobal(Object** location) { in CopyGlobal()
597 void GlobalHandles::Destroy(Object** location) { in Destroy()
602 void GlobalHandles::MakeWeak(Object** location, void* parameter, in MakeWeak()
611 void GlobalHandles::MakeWeak(Object** location, void* parameter, in MakeWeak()
618 void* GlobalHandles::ClearWeakness(Object** location) { in ClearWeakness()
623 void GlobalHandles::MarkIndependent(Object** location) { in MarkIndependent()
628 void GlobalHandles::MarkPartiallyDependent(Object** location) { in MarkPartiallyDependent()
633 bool GlobalHandles::IsIndependent(Object** location) { in IsIndependent()
[all …]
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocation.java52 private final ImmutableList<StackTraceElement> location; field in Allocation
54 Allocation(String description, long size, List<StackTraceElement> location) { in Allocation()
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.h83 tracked_objects::Location location; member
101 const tracked_objects::Location& location() const { return location_; } in location() function

12345678910>>...24