HomeSort by relevance Sort by last modified time
    Searched refs:matrixSize (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/
parseConst.cpp 26 matrixSize(0) {
50 size_t matrixSize; // dimension of the matrix (nominal size and not the instance size)
122 matrixSize = node->getType().getNominalSize();
140 matrixSize = 0;
200 if (element - i == 0 || (i - element) % (matrixSize + 1) == 0 )
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 675 static void uniformMatrixHelper(const v8::FunctionCallbackInfo<v8::Value>& info, int matrixSize, const char* method)
704 switch (matrixSize) {
725 switch (matrixSize) {
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 257 void fixup_glUniformMatrixGeneric(int matrixSize, GLMessage *glmsg, void *pointersToFixup[]) {
262 fixup_glUniformGeneric(3, matrixSize * matrixSize * n_matrices, glmsg, pointersToFixup[0]);
    [all...]

Completed in 322 milliseconds