HomeSort by relevance Sort by last modified time
    Searched refs:Query (Results 126 - 150 of 212) sorted by null

1 2 3 4 56 7 8 9

  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 280 LI.Query(Idx).isKill()))
MachineVerifier.cpp     [all...]
RegAllocGreedy.cpp 622 LiveIntervalUnion::Query subQ(&VirtReg, &Matrix->getLiveUnions()[*Units]);
696 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
705 "Only expecting virtual register interference from query");
772 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 1584 struct pipe_query* query = immediate_pipe->create_query(immediate_pipe, query_type); local
1614 struct pipe_query* query = immediate_pipe->create_query(immediate_pipe, query_type); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.cc 345 int32_t FakeFileIoInterface::Query(PP_Resource file_io,
558 int32_t FakeFileRefInterface::Query(PP_Resource file_ref,
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES.cpp 19 #include "libGLESv2/Query.h"
869 // sized query sanity check
895 // of zero, if the active query object name for <target> is non-zero (for the
897 // the active query for either target is non-zero), if <id> is the name of an
898 // existing query object whose type does not match <target>, or if <id> is the
899 // active query object name for any query type, the error INVALID_OPERATION is
905 // a) The query ID passed is not the current active query for any target/type
908 // no query may be active for either if glBeginQuery targets either
    [all...]
Context.cpp 22 #include "libGLESv2/Query.h"
790 const Query *Context::getActiveQuery(GLenum target) const
792 // All query types should already exist in the activeQueries map
800 const Query *query = getActiveQuery(target); local
801 return (query ? query->id() : 0u);
953 // Returns an unused query name
1006 // wait commands finish. However, since the name becomes invalid, we cannot query the fence,
1074 void Context::deleteQuery(GLuint query)
1477 QueryMap::iterator query = mQueryMap.find(handle); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.c 85 if (ctx->Query.CurrentOcclusionObject)
234 else if (ctx->Query.CurrentOcclusionObject) {
235 /* occlusion query depends on shader discard/kill results */
s_triangle.c 886 struct gl_query_object *q = ctx->Query.CurrentOcclusionObject; \
    [all...]
s_span.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.c 85 if (ctx->Query.CurrentOcclusionObject)
234 else if (ctx->Query.CurrentOcclusionObject) {
235 /* occlusion query depends on shader discard/kill results */
s_triangle.c 886 struct gl_query_object *q = ctx->Query.CurrentOcclusionObject; \
    [all...]
s_span.c     [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider_unittest.cc 98 TemplateURLRef::SearchTermsArgs(base::ASCIIToUTF16("query")));
177 // Runs a query on the input "a", and makes sure both providers' input is
187 void RunQuery(const base::string16 query);
404 void AutocompleteProviderTest::RunQuery(const base::string16 query) {
407 query, base::string16::npos, base::string16(), GURL(),
459 TEST_F(AutocompleteProviderTest, Query) {
472 // Tests assisted query stats.
480 // assisted query stats set.
513 // query params set on the command line.
614 // For the destination URL to have aqs parameters for query formulation tim
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_service.cc 289 ->Query(target_extension, source_contents, source_url)) {
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 247 virtual void SignalQuery(uint32 query,
573 // Helpers for query functions.
765 typedef std::map<GLuint, QueryTracker::Query*> QueryMap;
gles2_implementation.cc 220 // Setup query for multiple GetIntegerv's
245 // Setup query for multiple GetShaderPrecisionFormat's
367 void GLES2Implementation::SignalQuery(uint32 query,
373 query,
3388 QueryTracker::Query* query = query_tracker_->GetQuery(id); local
3424 QueryTracker::Query* query = it->second; local
3444 QueryTracker::Query* query = it->second; local
3460 QueryTracker::Query* query = query_tracker_->GetQuery(id); local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_base.h 131 QueryManager::Query* GetQueryInfo(GLuint client_id) {
  /external/chromium_org/ppapi/proxy/
file_io_resource.cc 171 int32_t FileIOResource::Query(PP_FileInfo* info,
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURLTest.cpp 52 const char* query; member in struct:__anon15250::ComponentCase
67 const char* query; member in struct:__anon15250::GetterCase
88 EXPECT_EQ(cases[i].query, kurl.query());
102 EXPECT_EQ(cases[i].query, kurl.query());
113 // url protocol host port user pass lastPath query ref
139 EXPECT_EQ(cases[i].query, kurl.query());
181 // We also can't test clearing the query
203 const char* query; member in struct:__anon15250::ExpectedComponentCase
454 const char query[] = "foo=bar"; local
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ResponsiveDesignView.js 418 // Media Query Inspector.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbdaoint.h 348 STDMETHOD(Execute) (BSTR Query,VARIANT Options) PURE;
376 STDMETHOD(Execute) (BSTR Query,VARIANT Options) PURE;
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 887 gpu::gles2::QueryManager::Query* query = local
889 if (query) {
890 query->AddCallback(
    [all...]

Completed in 661 milliseconds

1 2 3 4 56 7 8 9