Home
last modified time | relevance | path

Searched refs:table3 (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/GLES3/
H A Dgles3.cpp65 if (table && table->table3.api) { \
66 table->table3.api(__VA_ARGS__); \
76 if (table && table->table3.api) { \
77 return table->table3.api(__VA_ARGS__); \
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Dhook.h65 GlHookTable3 table3; member
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_layer.cpp243 curr = reinterpret_cast<EglWrapperFuncPointer*>(&table->gl.table3); in SetupLayerFuncTbl()
261 curr = reinterpret_cast<EglWrapperFuncPointer*>(&table->gl.table3); in SetupLayerFuncTbl()
H A Degl_wrapper_loader.cpp182 dlGlHandle3_ = LoadGl(LIB_GLESV3_NAME, gGlApiNames3, (FunctionPointerType *)&table->gl.table3); in LoadVendorDriver()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp602 TableInfo table3 = schemaObj.GetTable("SECOND"); in HWTEST_F() local
603 EXPECT_EQ(table1.CompareWithTable(table3), -E_RELATIONAL_TABLE_INCOMPATIBLE); in HWTEST_F()
606 table4.AddField(table3.GetFields().at("value")); in HWTEST_F()
610 table5.AddField(table3.GetFields().at("key")); in HWTEST_F()

Completed in 3 milliseconds