HomeSort by relevance Sort by last modified time
    Searched defs:QueryContext (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/egl/main/
eglapi.h 81 EGLBoolean (*QueryContext)(_EGLDriver *drv, _EGLDisplay *dpy,
  /prebuilts/go/darwin-x86/src/database/sql/
fakedb_test.go 385 panic("QueryContext was not called.")
388 func (c *fakeConn) QueryContext(ctx context.Context, query string, args []driver.NamedValue) (driver.Rows, error) {
741 panic("Use QueryContext")
744 func (s *fakeStmt) QueryContext(ctx context.Context, args []driver.NamedValue) (driver.Rows, error) {
sql.go 1221 // QueryContext executes a query that returns rows, typically a SELECT.
1223 func (db *DB) QueryContext(ctx context.Context, query string, args ...interface{}) (*Rows, error) {
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
fakedb_test.go 385 panic("QueryContext was not called.")
388 func (c *fakeConn) QueryContext(ctx context.Context, query string, args []driver.NamedValue) (driver.Rows, error) {
741 panic("Use QueryContext")
744 func (s *fakeStmt) QueryContext(ctx context.Context, args []driver.NamedValue) (driver.Rows, error) {
sql.go 1221 // QueryContext executes a query that returns rows, typically a SELECT.
1223 func (db *DB) QueryContext(ctx context.Context, query string, args ...interface{}) (*Rows, error) {
    [all...]
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.cpp 875 EGLBoolean QueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 105 int (*QueryContext)(Display *dpy, GLXContext ctx, int attribute, int *value);

Completed in 977 milliseconds