Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.h126 EPVRTError Activate(const int i32RenderTextureId=-1, const unsigned int ui32ReplacementTexture=0);
DPVRTPFXParserAPI.cpp447 EPVRTError CPVRTPFXEffect::Activate(const int i32RenderTextureId, const unsigned int ui32Replacemen… in Activate() argument
459 if(i32RenderTextureId != -1 && (uiTextureId == (unsigned int)i32RenderTextureId)) in Activate()