Home
last modified time | relevance | path

Searched refs:getErrorPtr (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp2303 …se /* is unsigned? */, 1 /* columns */, 1 /* rows */, location, 1 /* count */, ctx->getErrorPtr()); in s_glUniform1f()
2310 …* is unsigned? */, 1 /* columns */, 1 /* rows */, location, count /* count */, ctx->getErrorPtr()); in s_glUniform1fv()
2320 …se /* is unsigned? */, 1 /* columns */, 1 /* rows */, location, 1 /* count */, ctx->getErrorPtr()); in s_glUniform1i()
2337 …* is unsigned? */, 1 /* columns */, 1 /* rows */, location, count /* count */, ctx->getErrorPtr()); in s_glUniform1iv()
2344 …se /* is unsigned? */, 2 /* columns */, 1 /* rows */, location, 1 /* count */, ctx->getErrorPtr()); in s_glUniform2f()
2351 …* is unsigned? */, 2 /* columns */, 1 /* rows */, location, count /* count */, ctx->getErrorPtr()); in s_glUniform2fv()
2358 …se /* is unsigned? */, 2 /* columns */, 1 /* rows */, location, 1 /* count */, ctx->getErrorPtr()); in s_glUniform2i()
2365 …* is unsigned? */, 2 /* columns */, 1 /* rows */, location, count /* count */, ctx->getErrorPtr()); in s_glUniform2iv()
2372 …se /* is unsigned? */, 3 /* columns */, 1 /* rows */, location, 1 /* count */, ctx->getErrorPtr()); in s_glUniform3f()
2379 …* is unsigned? */, 3 /* columns */, 1 /* rows */, location, count /* count */, ctx->getErrorPtr()); in s_glUniform3fv()
[all …]
DGL2Encoder.h106 __attribute__((always_inline)) GLenum* getErrorPtr() { return &m_error; } in getErrorPtr() function