Home
last modified time | relevance | path

Searched refs:mLocation (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/GLSL/
H A DOgreGLSLMonolithicProgram.cpp209 OGRE_CHECK_GL_ERROR(glUniform1fv(currentUniform->mLocation, glArraySize, in updateUniforms()
213 OGRE_CHECK_GL_ERROR(glUniform2fv(currentUniform->mLocation, glArraySize, in updateUniforms()
217 OGRE_CHECK_GL_ERROR(glUniform3fv(currentUniform->mLocation, glArraySize, in updateUniforms()
221 OGRE_CHECK_GL_ERROR(glUniform4fv(currentUniform->mLocation, glArraySize, in updateUniforms()
225 OGRE_CHECK_GL_ERROR(glUniform1dv(currentUniform->mLocation, glArraySize, in updateUniforms()
229 OGRE_CHECK_GL_ERROR(glUniform2dv(currentUniform->mLocation, glArraySize, in updateUniforms()
233 OGRE_CHECK_GL_ERROR(glUniform3dv(currentUniform->mLocation, glArraySize, in updateUniforms()
237 OGRE_CHECK_GL_ERROR(glUniform4dv(currentUniform->mLocation, glArraySize, in updateUniforms()
313 OGRE_CHECK_GL_ERROR(glUniform1iv(currentUniform->mLocation, glArraySize, in updateUniforms()
317 OGRE_CHECK_GL_ERROR(glUniform2iv(currentUniform->mLocation, glArraySize, in updateUniforms()
[all …]
H A DOgreGLSLSeparableProgram.cpp362 shouldUpdate = uniformCache->updateUniform(currentUniform->mLocation, in updateUniforms()
367 shouldUpdate = uniformCache->updateUniform(currentUniform->mLocation, in updateUniforms()
382 … OGRE_CHECK_GL_ERROR(glProgramUniform1fv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
386 … OGRE_CHECK_GL_ERROR(glProgramUniform2fv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
390 … OGRE_CHECK_GL_ERROR(glProgramUniform3fv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
394 … OGRE_CHECK_GL_ERROR(glProgramUniform4fv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
410 … OGRE_CHECK_GL_ERROR(glProgramUniform1iv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
414 … OGRE_CHECK_GL_ERROR(glProgramUniform2iv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
418 … OGRE_CHECK_GL_ERROR(glProgramUniform3iv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
422 … OGRE_CHECK_GL_ERROR(glProgramUniform4iv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/GLSL/src/
H A DOgreGLSLLinkProgram.cpp322 OGRE_CHECK_GL_ERROR(glUniform1fv(currentUniform->mLocation, glArraySize, in updateUniforms()
326 OGRE_CHECK_GL_ERROR(glUniform2fv(currentUniform->mLocation, glArraySize, in updateUniforms()
330 OGRE_CHECK_GL_ERROR(glUniform3fv(currentUniform->mLocation, glArraySize, in updateUniforms()
334 OGRE_CHECK_GL_ERROR(glUniform4fv(currentUniform->mLocation, glArraySize, in updateUniforms()
390 OGRE_CHECK_GL_ERROR(glUniformMatrix2fv(currentUniform->mLocation, glArraySize, in updateUniforms()
406 OGRE_CHECK_GL_ERROR(glUniformMatrix3fv(currentUniform->mLocation, glArraySize, in updateUniforms()
426 OGRE_CHECK_GL_ERROR(glUniform1iv(currentUniform->mLocation, glArraySize, in updateUniforms()
430 OGRE_CHECK_GL_ERROR(glUniform2iv(currentUniform->mLocation, glArraySize, in updateUniforms()
434 OGRE_CHECK_GL_ERROR(glUniform3iv(currentUniform->mLocation, glArraySize, in updateUniforms()
438 OGRE_CHECK_GL_ERROR(glUniform4iv(currentUniform->mLocation, glArraySize, in updateUniforms()
[all …]
H A DOgreGLSLProgramPipeline.cpp359 … OGRE_CHECK_GL_ERROR(glProgramUniform1fv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
363 … OGRE_CHECK_GL_ERROR(glProgramUniform2fv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
367 … OGRE_CHECK_GL_ERROR(glProgramUniform3fv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
387 … OGRE_CHECK_GL_ERROR(glProgramUniform1iv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
391 … OGRE_CHECK_GL_ERROR(glProgramUniform2iv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
395 … OGRE_CHECK_GL_ERROR(glProgramUniform3iv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
427 … OGRE_CHECK_GL_ERROR(glProgramUniform1dv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
431 … OGRE_CHECK_GL_ERROR(glProgramUniform2dv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
435 … OGRE_CHECK_GL_ERROR(glProgramUniform3dv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
439 … OGRE_CHECK_GL_ERROR(glProgramUniform4dv(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/
H A Dlocation001.java178 Location mLocation = null; in runThis() local
204 mLocation = m.location(); in runThis()
206 if (mLocation == null) { in runThis()
219 if (mLocation == null) { in runThis()
232 if (mLocation == null) { in runThis()
245 if (mLocation == null) { in runThis()
258 if (mLocation == null) { in runThis()
271 if (mLocation == null) { in runThis()
284 if (mLocation == null) { in runThis()
297 if (mLocation == null) { in runThis()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/
H A Dlocation001.java178 Location mLocation = null; in runThis() local
204 mLocation = m.location(); in runThis()
206 if (mLocation == null) { in runThis()
219 if (mLocation == null) { in runThis()
232 if (mLocation == null) { in runThis()
245 if (mLocation == null) { in runThis()
258 if (mLocation == null) { in runThis()
271 if (mLocation == null) { in runThis()
284 if (mLocation == null) { in runThis()
297 if (mLocation == null) { in runThis()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/
H A Dlocation001.java178 Location mLocation = null; in runThis() local
204 mLocation = m.location(); in runThis()
206 if (mLocation == null) { in runThis()
219 if (mLocation == null) { in runThis()
232 if (mLocation == null) { in runThis()
245 if (mLocation == null) { in runThis()
258 if (mLocation == null) { in runThis()
271 if (mLocation == null) { in runThis()
284 if (mLocation == null) { in runThis()
297 if (mLocation == null) { in runThis()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/
H A Dlocation001.java178 Location mLocation = null; in runThis() local
204 mLocation = m.location(); in runThis()
206 if (mLocation == null) { in runThis()
219 if (mLocation == null) { in runThis()
232 if (mLocation == null) { in runThis()
245 if (mLocation == null) { in runThis()
258 if (mLocation == null) { in runThis()
271 if (mLocation == null) { in runThis()
284 if (mLocation == null) { in runThis()
297 if (mLocation == null) { in runThis()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/
H A Dlocation001.java178 Location mLocation = null; in runThis() local
204 mLocation = m.location(); in runThis()
206 if (mLocation == null) { in runThis()
219 if (mLocation == null) { in runThis()
232 if (mLocation == null) { in runThis()
245 if (mLocation == null) { in runThis()
258 if (mLocation == null) { in runThis()
271 if (mLocation == null) { in runThis()
284 if (mLocation == null) { in runThis()
297 if (mLocation == null) { in runThis()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/
H A Dlocation001.java178 Location mLocation = null; in runThis() local
204 mLocation = m.location(); in runThis()
206 if (mLocation == null) { in runThis()
219 if (mLocation == null) { in runThis()
232 if (mLocation == null) { in runThis()
245 if (mLocation == null) { in runThis()
258 if (mLocation == null) { in runThis()
271 if (mLocation == null) { in runThis()
284 if (mLocation == null) { in runThis()
297 if (mLocation == null) { in runThis()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/
H A Dlocation001.java178 Location mLocation = null; in runThis() local
204 mLocation = m.location(); in runThis()
206 if (mLocation == null) { in runThis()
219 if (mLocation == null) { in runThis()
232 if (mLocation == null) { in runThis()
245 if (mLocation == null) { in runThis()
258 if (mLocation == null) { in runThis()
271 if (mLocation == null) { in runThis()
284 if (mLocation == null) { in runThis()
297 if (mLocation == null) { in runThis()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/
H A Dlocation001.java178 Location mLocation = null; in runThis() local
204 mLocation = m.location(); in runThis()
206 if (mLocation == null) { in runThis()
219 if (mLocation == null) { in runThis()
232 if (mLocation == null) { in runThis()
245 if (mLocation == null) { in runThis()
258 if (mLocation == null) { in runThis()
271 if (mLocation == null) { in runThis()
284 if (mLocation == null) { in runThis()
297 if (mLocation == null) { in runThis()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESLinkProgram.cpp239 shouldUpdate = uniformCache->updateUniform(currentUniform->mLocation, in updateUniforms()
244 shouldUpdate = uniformCache->updateUniform(currentUniform->mLocation, in updateUniforms()
257 OGRE_CHECK_GL_ERROR(glUniform1fv(currentUniform->mLocation, glArraySize, in updateUniforms()
261 OGRE_CHECK_GL_ERROR(glUniform2fv(currentUniform->mLocation, glArraySize, in updateUniforms()
265 OGRE_CHECK_GL_ERROR(glUniform3fv(currentUniform->mLocation, glArraySize, in updateUniforms()
269 OGRE_CHECK_GL_ERROR(glUniform4fv(currentUniform->mLocation, glArraySize, in updateUniforms()
309 OGRE_CHECK_GL_ERROR(glUniform1iv(currentUniform->mLocation, glArraySize, in updateUniforms()
313 OGRE_CHECK_GL_ERROR(glUniform2iv(currentUniform->mLocation, glArraySize, in updateUniforms()
317 OGRE_CHECK_GL_ERROR(glUniform3iv(currentUniform->mLocation, glArraySize, in updateUniforms()
321 OGRE_CHECK_GL_ERROR(glUniform4iv(currentUniform->mLocation, glArraySize, in updateUniforms()
[all …]
H A DOgreGLSLESProgramPipeline.cpp275 shouldUpdate = uniformCache->updateUniform(currentUniform->mLocation, in updateUniforms()
280 shouldUpdate = uniformCache->updateUniform(currentUniform->mLocation, in updateUniforms()
293 … OGRE_CHECK_GL_ERROR(glProgramUniform1fvEXT(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
297 … OGRE_CHECK_GL_ERROR(glProgramUniform2fvEXT(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
301 … OGRE_CHECK_GL_ERROR(glProgramUniform3fvEXT(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
305 … OGRE_CHECK_GL_ERROR(glProgramUniform4fvEXT(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
321 … OGRE_CHECK_GL_ERROR(glProgramUniform1ivEXT(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
325 … OGRE_CHECK_GL_ERROR(glProgramUniform2ivEXT(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
329 … OGRE_CHECK_GL_ERROR(glProgramUniform3ivEXT(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
333 … OGRE_CHECK_GL_ERROR(glProgramUniform4ivEXT(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESLinkProgram.cpp303 OGRE_CHECK_GL_ERROR(glUniform1fv(currentUniform->mLocation, glArraySize, in updateUniforms()
307 OGRE_CHECK_GL_ERROR(glUniform2fv(currentUniform->mLocation, glArraySize, in updateUniforms()
311 OGRE_CHECK_GL_ERROR(glUniform3fv(currentUniform->mLocation, glArraySize, in updateUniforms()
315 OGRE_CHECK_GL_ERROR(glUniform4fv(currentUniform->mLocation, glArraySize, in updateUniforms()
319 OGRE_CHECK_GL_ERROR(glUniformMatrix2fv(currentUniform->mLocation, glArraySize, in updateUniforms()
366 OGRE_CHECK_GL_ERROR(glUniform1iv(currentUniform->mLocation, glArraySize, in updateUniforms()
370 OGRE_CHECK_GL_ERROR(glUniform2iv(currentUniform->mLocation, glArraySize, in updateUniforms()
374 OGRE_CHECK_GL_ERROR(glUniform3iv(currentUniform->mLocation, glArraySize, in updateUniforms()
378 OGRE_CHECK_GL_ERROR(glUniform4iv(currentUniform->mLocation, glArraySize, in updateUniforms()
388 OGRE_CHECK_GL_ERROR(glUniform1iv(currentUniform->mLocation, 1, in updateUniforms()
[all …]
H A DOgreGLSLESProgramPipeline.cpp297 shouldUpdate = mUniformCache->updateUniform(currentUniform->mLocation, in updateUniforms()
302 shouldUpdate = mUniformCache->updateUniform(currentUniform->mLocation, in updateUniforms()
315 … OGRE_CHECK_GL_ERROR(glProgramUniform1fvEXT(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
319 … OGRE_CHECK_GL_ERROR(glProgramUniform2fvEXT(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
323 … OGRE_CHECK_GL_ERROR(glProgramUniform3fvEXT(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
327 … OGRE_CHECK_GL_ERROR(glProgramUniform4fvEXT(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
343 … OGRE_CHECK_GL_ERROR(glProgramUniform1ivEXT(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
347 … OGRE_CHECK_GL_ERROR(glProgramUniform2ivEXT(progID, currentUniform->mLocation, glArraySize, in updateUniforms()
368 … OGRE_CHECK_GL_ERROR(glProgramUniform1ivEXT(progID, currentUniform->mLocation, 1, in updateUniforms()
480 if(!mUniformCache->updateUniform(currentUniform->mLocation, in updatePassIterationUniforms()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/GLSL/src/
H A DOgreGLSLLinkProgram.cpp297 glUniform1fvARB(currentUniform->mLocation, glArraySize, in updateUniforms()
301 glUniform2fvARB(currentUniform->mLocation, glArraySize, in updateUniforms()
305 glUniform3fvARB(currentUniform->mLocation, glArraySize, in updateUniforms()
309 glUniform4fvARB(currentUniform->mLocation, glArraySize, in updateUniforms()
313 glUniformMatrix2fvARB(currentUniform->mLocation, glArraySize, in updateUniforms()
338 glUniformMatrix3fvARB(currentUniform->mLocation, glArraySize, in updateUniforms()
367 glUniform1ivARB(currentUniform->mLocation, glArraySize, in updateUniforms()
371 glUniform2ivARB(currentUniform->mLocation, glArraySize, in updateUniforms()
375 glUniform3ivARB(currentUniform->mLocation, glArraySize, in updateUniforms()
379 glUniform4ivARB(currentUniform->mLocation, glArraySize, in updateUniforms()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/GLSL/src/
H A DOgreGLSLLinkProgram.cpp324 glUniform1fvARB(currentUniform->mLocation, glArraySize, in updateUniforms()
328 glUniform2fvARB(currentUniform->mLocation, glArraySize, in updateUniforms()
332 glUniform3fvARB(currentUniform->mLocation, glArraySize, in updateUniforms()
336 glUniform4fvARB(currentUniform->mLocation, glArraySize, in updateUniforms()
340 glUniformMatrix2fvARB(currentUniform->mLocation, glArraySize, in updateUniforms()
346 glUniformMatrix2x3fv(currentUniform->mLocation, glArraySize, in updateUniforms()
394 glUniform1ivARB(currentUniform->mLocation, glArraySize, in updateUniforms()
398 glUniform2ivARB(currentUniform->mLocation, glArraySize, in updateUniforms()
402 glUniform3ivARB(currentUniform->mLocation, glArraySize, in updateUniforms()
406 glUniform4ivARB(currentUniform->mLocation, glArraySize, in updateUniforms()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/import/ftable/
H A Dgtf_import_data.cpp54 mLocation.SetNull(); in CGtfImportData()
69 mLocation.Assign(rhs.mLocation); in CGtfImportData()
94 mLocation.SetInt().Assign( in Initialize()
112 assert(mLocation.IsInt()); in Serialize()
113 auto seqId = mLocation.GetInt().GetId().GetSeqIdString(); in Serialize()
114 auto seqStart = mLocation.GetInt().GetFrom(); in Serialize()
115 auto seqStop = mLocation.GetInt().GetTo(); in Serialize()
117 mLocation.GetInt().GetStrand() == eNa_strand_minus ? "minus" : "plus"); in Serialize()
/dports/www/kdsoap/kdsoap-1.9.0/kdwsdl2cpp/wsdl/
H A Dimport.cpp54 mLocation = location; in setLocation()
59 return mLocation; in location()
69 mLocation = element.attribute(QLatin1String("schemaLocation")); in loadXML()
70 if (!mLocation.isValid()) { in loadXML()
86 if (mLocation.isValid()) { in saveXML()
87 element.setAttribute(QLatin1String("schemaLocation"), mLocation.toString()); in saveXML()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsDownloader.cpp13 if (mLocation && mLocationIsTemp) { in ~nsDownloader()
22 nsresult rv = mLocation->Remove(false); in ~nsDownloader()
33 mLocation = location; in NS_IMPL_ISUPPORTS()
40 if (!mLocation) { in OnStartRequest()
54 location.swap(mLocation); in OnStartRequest()
58 rv = NS_NewLocalFileOutputStream(getter_AddRefs(mSink), mLocation); in OnStartRequest()
75 mObserver->OnDownloadComplete(this, request, nullptr, status, mLocation); in OnStopRequest()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsDownloader.cpp13 if (mLocation && mLocationIsTemp) { in ~nsDownloader()
22 nsresult rv = mLocation->Remove(false); in ~nsDownloader()
33 mLocation = location; in NS_IMPL_ISUPPORTS()
40 if (!mLocation) { in OnStartRequest()
54 location.swap(mLocation); in OnStartRequest()
58 rv = NS_NewLocalFileOutputStream(getter_AddRefs(mSink), mLocation); in OnStartRequest()
75 mObserver->OnDownloadComplete(this, request, status, mLocation); in OnStopRequest()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsDownloader.cpp14 if (mLocation && mLocationIsTemp) { in ~nsDownloader()
23 nsresult rv = mLocation->Remove(false); in ~nsDownloader()
34 mLocation = location; in NS_IMPL_ISUPPORTS()
41 if (!mLocation) { in OnStartRequest()
55 location.swap(mLocation); in OnStartRequest()
59 rv = NS_NewLocalFileOutputStream(getter_AddRefs(mSink), mLocation); in OnStartRequest()
77 mObserver->OnDownloadComplete(this, request, ctxt, status, mLocation); in OnStopRequest()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsDownloader.cpp15 if (mLocation && mLocationIsTemp) { in ~nsDownloader()
24 nsresult rv = mLocation->Remove(false); in ~nsDownloader()
39 mLocation = location; in NS_IMPL_ISUPPORTS()
47 if (!mLocation) { in OnStartRequest()
61 location.swap(mLocation); in OnStartRequest()
65 rv = NS_NewLocalFileOutputStream(getter_AddRefs(mSink), mLocation); in OnStartRequest()
85 mObserver->OnDownloadComplete(this, request, ctxt, status, mLocation); in OnStopRequest()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsDownloader.cpp13 if (mLocation && mLocationIsTemp) { in ~nsDownloader()
22 nsresult rv = mLocation->Remove(false); in ~nsDownloader()
33 mLocation = location; in NS_IMPL_ISUPPORTS()
40 if (!mLocation) { in OnStartRequest()
54 location.swap(mLocation); in OnStartRequest()
58 rv = NS_NewLocalFileOutputStream(getter_AddRefs(mSink), mLocation); in OnStartRequest()
75 mObserver->OnDownloadComplete(this, request, nullptr, status, mLocation); in OnStopRequest()

12345678910>>...18